|
@@ -1,6 +1,3 @@
|
|
-# Custom zsh configs
|
|
|
|
-source ~/.zshrc.mine
|
|
|
|
-
|
|
|
|
# If you come from bash you might have to change your $PATH.
|
|
# If you come from bash you might have to change your $PATH.
|
|
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
|
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
|
|
|
|
|
@@ -87,3 +84,7 @@ source $ZSH/oh-my-zsh.sh
|
|
# Example aliases
|
|
# Example aliases
|
|
# alias zshconfig="mate ~/.zshrc"
|
|
# alias zshconfig="mate ~/.zshrc"
|
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
|
|
|
+
|
|
|
|
+# Custom zsh configs
|
|
|
|
+source ~/.zshrc.mine
|
|
|
|
+
|