fix
This commit is contained in:
parent
728ec25293
commit
b67202d535
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ alias zshconfig="micro ~/.zshrc"
|
||||||
alias zshrefresh="source ~/.zshrc"
|
alias zshrefresh="source ~/.zshrc"
|
||||||
|
|
||||||
function zshupdate() {
|
function zshupdate() {
|
||||||
cd "~/.config/zshconfig"
|
cd "$HOME/.config/zshconfig"
|
||||||
git pull
|
git pull
|
||||||
cd -
|
cd -
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue