Support alias for tput reset

Useful command to run instead of `clear` - especially after printing sensitive
information to STDOUT. E.g. after running - `pass show misc/secret`.
This commit is contained in:
William Carroll 2019-04-15 13:25:14 +01:00
parent 4e39998671
commit 1e84900ac9

View file

@ -50,6 +50,7 @@ alias rgh='rg --hidden' # By default, rg skips hidden files
alias fdh='fd --hidden' # By default, rg skips hidden files
alias define=sdcv # uses stardict to lookup a word
alias intellij='nohup /opt/intellij-ce-stable/bin/idea.sh >/dev/null 2>&1 &'
alias tpr='tput reset'
# Gnome
alias na=nautilus # Gnome's graphical file browser. Useful to click and dragging files into emails