mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
shell/aliases added dotfile-update-submodlues
This commit is contained in:
parent
d7ba8441f2
commit
13ebfe0ee2
1 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,9 @@ alias pacman-update='sudo pacman -Syu'
|
|||
alias pacaur-update='pacaur -Syua'
|
||||
alias pacman-clean='sudo pacman -Sc'
|
||||
|
||||
# DOTFILES:
|
||||
alias dotfile-update-submodules='cd ~/.dotfiles/ && git submodule foreach git pull origin master'
|
||||
|
||||
# TEE:
|
||||
alias ttime_green="sh -c \"sleep 180 && notify-send -u critical 'The tea is ready'\" &"
|
||||
alias ttime_black="sh -c \"sleep 300 && notify-send -u critical 'The tea is ready'\" &"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue