From a27848fc98289795e6e4e61322f3e7d425a707b3 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Tue, 21 Jun 2022 17:17:53 +0530 Subject: SUDO_ASKPASS variable set --- .config/shell/aliasrc | 1 + 1 file changed, 1 insertion(+) (limited to '.config/shell/aliasrc') diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 0458438..ad6afdb 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -13,6 +13,7 @@ alias \ cl='clear' \ dots='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' \ fm='ranger' \ + hst='history 1 -1 | cut -c 8- | sort | uniq | fzf | tr -d '\n' | xclip -sel c' # Verbosity and settings that you pretty much just always are going to want. alias \ -- cgit v1.2.3