aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorCamil Staps2016-09-24 23:39:09 +0200
committerCamil Staps2016-11-30 19:11:44 +0100
commite548a2ceeb8fe8f77e0b08fc75842da1bc66c09f (patch)
tree7a573d34e16ba7b3e5ec09a8045751c3f665fd2e /system
parentAdded vim-fuspel, removed vim-scala (diff)
Added synctop bash alias
Diffstat (limited to 'system')
-rw-r--r--system/bash_aliases.symlink1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/bash_aliases.symlink b/system/bash_aliases.symlink
index 197efdc..bbd0ae6 100644
--- a/system/bash_aliases.symlink
+++ b/system/bash_aliases.symlink
@@ -2,3 +2,4 @@ alias batstat='upower -i /org/freedesktop/UPower/devices/DisplayDevice'
alias iclean="iclean -nr -nt"
alias :q="exit"
alias grade="cd ./\$(grep -l 'Needs Grading' s*/s*.txt | sort -R | cut -d'/' -f1 | head -1) && for f in *.pdf; do xdg-open \"\$f\"; done; vim -c \"set tw=79 spell spelllang=nl\" s*.txt && cd .."
+alias synctop="watch -n1 grep -e Dirty: -e Writeback: /proc/meminfo"