From ba7303e5b852ecd96e6acf35d8fb1427c9be9c62 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Tue, 5 Jul 2022 14:07:51 +0530 Subject: switching from ranger to lf --- .config/shell/aliasrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/shell/aliasrc') diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index ad6afdb..30f6182 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -12,7 +12,7 @@ alias \ ytdlm='yt-dlp -f "(mp3)"' \ cl='clear' \ dots='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' \ - fm='ranger' \ + lf="lfub" \ 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