mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
modified my theme, make shell not return false
This commit is contained in:
parent
6d5041fca5
commit
3ec7dfb0e5
2 changed files with 66 additions and 8 deletions
4
zshrc
4
zshrc
|
|
@ -42,4 +42,6 @@ RWZSH=$HOME/.zsh
|
|||
. $ZSH/completion.zsh
|
||||
|
||||
# use .localrc for settings specific to one system
|
||||
[[ -f ~/.localrc ]] && . ~/.localrc
|
||||
if [[ -f ~/.localrc ]]; then
|
||||
. ~/.localrc
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue