Added git pull to auto-update
This commit is contained in:
5
.zshrc
5
.zshrc
@@ -1,6 +1,11 @@
|
|||||||
# Path to your oh-my-zsh configuration.
|
# Path to your oh-my-zsh configuration.
|
||||||
ZSH=$HOME/.oh-my-zsh
|
ZSH=$HOME/.oh-my-zsh
|
||||||
|
|
||||||
|
echo "Updating config"
|
||||||
|
cd $HOME/.zcustom
|
||||||
|
git pull
|
||||||
|
cd
|
||||||
|
|
||||||
# Aliases
|
# Aliases
|
||||||
# Disable correction.
|
# Disable correction.
|
||||||
alias ack='nocorrect ack'
|
alias ack='nocorrect ack'
|
||||||
|
|||||||
Reference in New Issue
Block a user