add update dotfiles function
This commit is contained in:
parent
22c1e0eb6a
commit
5f8272a012
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,13 @@ alias nobeep="sudo modprobe -r pcspkr"
|
|||
alias s="title $HOST && cmatrix -rs && clear"
|
||||
alias q="exit"
|
||||
|
||||
update_dotfiles() {
|
||||
cd $HOME/.dotfiles
|
||||
git pull
|
||||
cd - &> /dev/null
|
||||
}
|
||||
alias udf="update_dotfiles"
|
||||
|
||||
# COSMETICS
|
||||
fastfetch
|
||||
|
||||
|
|
Loading…
Reference in a new issue