env: Move /home/simon/.local/bin/:/home/simon/.local/bin/scripts:/usr/local/bin:/usr/bin to environment.d
This commit is contained in:
parent
b2c8b0d612
commit
36c4533e6a
2 changed files with 1 additions and 5 deletions
1
.config/environment.d/20-path.conf
Normal file
1
.config/environment.d/20-path.conf
Normal file
|
@ -0,0 +1 @@
|
|||
PATH=$HOME/.local/bin/:$HOME/.local/bin/scripts/:$PATH
|
5
.zshrc
5
.zshrc
|
@ -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(){}
|
||||
|
|
Loading…
Add table
Reference in a new issue