summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-01-18 13:38:57 +0100
committerDaniel Weipert <code@drogueronin.de>2023-10-30 09:52:23 +0100
commit5eab3dc112bcc30e74afd58e8975848043210ed3 (patch)
tree9735b9e2a14639ea068afc7a5fadb66cde21ef20 /.zshrc
parent2243a7fd58faafb5cb4d2ab3947b3adab8eeb475 (diff)
[zshrc] add ~/bin to $PATH
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 426b14c..01e4263 100644
--- a/.zshrc
+++ b/.zshrc
@@ -23,3 +23,4 @@ alias tree="exa --tree"
export NNN_PLUG='n:nuke;p:addtoplaylist'
export GRIM_DEFAULT_DIR=~/Images/Screenshots
+export PATH=$PATH:~/bin