diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-06-21 17:17:53 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-06-21 17:17:53 +0530 |
| commit | a27848fc98289795e6e4e61322f3e7d425a707b3 (patch) | |
| tree | 0916d1d2608612853bdfff6f22f5aff33e3c98eb /.config/shell/aliasrc | |
| parent | fd20f3a9da6caabffb94cc5c130c4f66c1306113 (diff) | |
SUDO_ASKPASS variable set
Diffstat (limited to '.config/shell/aliasrc')
| -rw-r--r-- | .config/shell/aliasrc | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |
