diff options
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 c21b04f..ca89779 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -9,6 +9,7 @@ alias \ dots='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' \ lf="lfub" \ nb="newsboat" \ + 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 \ |
