env: Move /home/simon/.local/bin/:/home/simon/.local/bin/scripts:/usr/local/bin:/usr/bin to environment.d

This commit is contained in:
histalek 2021-11-23 09:57:35 +01:00
parent b2c8b0d612
commit 36c4533e6a
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03
2 changed files with 1 additions and 5 deletions

View file

@ -0,0 +1 @@
PATH=$HOME/.local/bin/:$HOME/.local/bin/scripts/:$PATH

5
.zshrc
View file

@ -44,11 +44,6 @@ source $ZSH/oh-my-zsh.sh
### User configuration
### PATH
if [ -d "$HOME/.local/bin/scripts" ] ;
then PATH="$HOME/.local/bin/scripts:$PATH"
fi
setopt completealiases
prompt_context(){}