mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
fixing extra slash in path
This commit is contained in:
parent
b30ff1104e
commit
e9dd08041e
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
|
@ -42,7 +42,7 @@ source $ZSH/oh-my-zsh.sh
|
|||
# normal practices. This inserts a few more things that I use from the shell.
|
||||
export PATH=~/bin:~/util:$PATH:/usr/local/share/npm/bin
|
||||
|
||||
[[ $(id -u) == 0 ]] && export PATH=/usr/local/bin/:$PATH
|
||||
[[ $(id -u) == 0 ]] && export PATH=/usr/local/bin:$PATH
|
||||
# export PAGER=vimpager
|
||||
|
||||
# zmodload zsh/complist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue