summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-06-17 11:15:28 +0200
committerDaniel Weipert <code@drogueronin.de>2023-10-30 09:52:23 +0100
commit625e17bcf1b3cc5193c3e1a1a93ae690c4a774e8 (patch)
treeb6e84fdb0a9a0d96636fbaf6fd39bd4b27e5b8fe /.zshrc
parentcc681d0f59c8859ba778d2c6c9315e024c759405 (diff)
move ~/bin to ~/.local/bin
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 091aae5..82ae926 100644
--- a/.zshrc
+++ b/.zshrc
@@ -30,6 +30,6 @@ alias nnn="nnn -a -A -d -D -i -U"
# nix
alias nix-shell="nix-shell --run \$SHELL"
-export PATH=$PATH:~/bin
+export PATH=$PATH:~/.local/bin
eval "$(starship init zsh)"