diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-01-18 13:38:57 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-10-30 09:52:23 +0100 |
commit | 5eab3dc112bcc30e74afd58e8975848043210ed3 (patch) | |
tree | 9735b9e2a14639ea068afc7a5fadb66cde21ef20 /.zshrc | |
parent | 2243a7fd58faafb5cb4d2ab3947b3adab8eeb475 (diff) |
[zshrc] add ~/bin to $PATH
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |