add zshupdate
This commit is contained in:
parent
e2efee3707
commit
728ec25293
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
|||
alias zshconfig="micro ~/.zshrc"
|
||||
alias zshrefresh="source ~/.zshrc"
|
||||
|
||||
function zshupdate() {
|
||||
cd "~/.config/zshconfig"
|
||||
git pull
|
||||
cd -
|
||||
}
|
||||
|
||||
# rename <OLD> <NEW>
|
||||
# rename files with replace pattern
|
||||
function rename() {
|
||||
|
|
Loading…
Add table
Reference in a new issue