From 7e0bb891ab9a02407ecaae1dc32b379f89fd05d7 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Tue, 5 Jul 2022 22:25:48 +0530 Subject: lf movement binds --- .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 30f6182..d925917 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' \ 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. -- cgit v1.2.3