Add alias for running site update script
This commit is contained in:
parent
cd0d990a28
commit
82db014fcd
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ alias consumption="python3 ~/.linux/scripts/utils/yearsummary.py"
|
||||||
alias scrobble="python3 ~/.linux/scripts/utils/scrobble.py"
|
alias scrobble="python3 ~/.linux/scripts/utils/scrobble.py"
|
||||||
alias otd="python3 ~/.linux/scripts/utils/otd.py"
|
alias otd="python3 ~/.linux/scripts/utils/otd.py"
|
||||||
alias track="cd ~/Documents/proj/trackers && ./build.sh && cd -"
|
alias track="cd ~/Documents/proj/trackers && ./build.sh && cd -"
|
||||||
|
alias updatesite="cd ~/Documents/proj/notes && ./build.sh && cd -"
|
||||||
|
|
||||||
# Music
|
# Music
|
||||||
pl(){pgrep -x cmus >/dev/null && cmus-remote -u || echo "cmus is not running"}
|
pl(){pgrep -x cmus >/dev/null && cmus-remote -u || echo "cmus is not running"}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue