From 1e84900ac9cb36b4caa5cd708fb637c7a3e1aaa4 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 15 Apr 2019 13:25:14 +0100 Subject: [PATCH] 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`. --- configs/shared/zsh/aliases.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/shared/zsh/aliases.zsh b/configs/shared/zsh/aliases.zsh index a2f0a8852..e08af926e 100644 --- a/configs/shared/zsh/aliases.zsh +++ b/configs/shared/zsh/aliases.zsh @@ -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