mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Don't source /etc/profile in zshrc
This commit is contained in:
parent
c55163d4ae
commit
b1608241e1
|
@ -1,7 +1,5 @@
|
||||||
#!/usr/bin/zsh
|
#!/usr/bin/zsh
|
||||||
|
|
||||||
source /etc/profile
|
|
||||||
|
|
||||||
# ZSH Options
|
# ZSH Options
|
||||||
setopt auto_cd # cd by typing directory name if it's not a command
|
setopt auto_cd # cd by typing directory name if it's not a command
|
||||||
setopt auto_list # automatically list choices on ambiguous completion
|
setopt auto_list # automatically list choices on ambiguous completion
|
||||||
|
|
Loading…
Reference in a new issue