This commit is contained in:
JMARyA 2024-03-04 20:56:17 +01:00
parent 728ec25293
commit b67202d535
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -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 -
} }