change PATH variable initialization
This commit is contained in:
parent
b8e95aa7d3
commit
ad20d47c71
@ -1,5 +1,3 @@
|
||||
export PATH=$PATH:/home/uruba/scripts
|
||||
|
||||
export EDITOR=nvim
|
||||
|
||||
export NNN_OPTS='ds'
|
||||
|
||||
@ -13,6 +13,10 @@ autoload -Uz compinit
|
||||
compinit
|
||||
# End of lines added by compinstall
|
||||
|
||||
path+=("${HOME}/scripts")
|
||||
path+=("${HOME}/.local/bin")
|
||||
export PATH
|
||||
|
||||
autoload -U colors
|
||||
colors
|
||||
PROMPT="%{$fg_bold[cyan]%}%* %{$fg_bold[green]%}%d
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user