Added ~/.links to $PATH as new home for custom shortcuts

This commit is contained in:
2023-05-29 17:58:47 +01:00
parent aa770e86af
commit 4f9ce76d3c
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -262,3 +262,6 @@ fi
if [ -f /etc/zsh_command_not_found ]; then
. /etc/zsh_command_not_found
fi
export PATH=~/.links:$PATH