diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-09-15 15:56:10 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-09-15 15:56:10 +0530 |
| commit | d529ef2559d53c94a00fdca306a70b174a04b58b (patch) | |
| tree | 09e8a60c60549fa42847f7a0a9c3192c5693c877 /.config/shell/aliasrc | |
| parent | 3df92328cd72edd10522dae651f7352543f5e387 (diff) | |
switch to librewolf
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 \ |
