Skip to content

Commit 4159287

Browse files
authored
Fixed order
1 parent 25a6cba commit 4159287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: content/environment/zsh.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ See the [bashrc](environment/bashrc) page for more useful settings.
3333
# If you come from bash you might have to change your $PATH.
3434
# export PATH=$HOME/bin:/usr/local/bin:$PATH
3535

36+
source $ZSH/oh-my-zsh.sh
37+
3638
export ZSH="/home/jinx/.oh-my-zsh"
3739
export UPDATE_ZSH_DAYS=7
3840

39-
source $ZSH/oh-my-zsh.sh
40-
4141
ZSH_THEME="agnoster"
4242
ENABLE_CORRECTION="true"
4343
# DISABLE_MAGIC_FUNCTIONS=true

0 commit comments

Comments
 (0)