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:
parent
4e39998671
commit
1e84900ac9
1 changed files with 1 additions and 0 deletions
|
@ -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 fdh='fd --hidden' # By default, rg skips hidden files
|
||||||
alias define=sdcv # uses stardict to lookup a word
|
alias define=sdcv # uses stardict to lookup a word
|
||||||
alias intellij='nohup /opt/intellij-ce-stable/bin/idea.sh >/dev/null 2>&1 &'
|
alias intellij='nohup /opt/intellij-ce-stable/bin/idea.sh >/dev/null 2>&1 &'
|
||||||
|
alias tpr='tput reset'
|
||||||
|
|
||||||
# Gnome
|
# Gnome
|
||||||
alias na=nautilus # Gnome's graphical file browser. Useful to click and dragging files into emails
|
alias na=nautilus # Gnome's graphical file browser. Useful to click and dragging files into emails
|
||||||
|
|
Loading…
Reference in a new issue