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

This commit is contained in:
Phil 2023-05-29 17:58:47 +01:00
parent aa770e86af
commit 4f9ce76d3c
2 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,7 @@ case $- in
*) return;;
esac
export PATH=~/.local/bin:/snap/bin:/usr/sandbox/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/share/games:/usr/local/sbin:/usr/sbin:/sbin:$PATH
export PATH=~/.links:~/.local/bin:/snap/bin:/usr/sandbox/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/share/games:/usr/local/sbin:/usr/sbin:/sbin:$PATH
# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options

3
.zshrc
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