summaryrefslogtreecommitdiff
path: root/.config/shell/aliasrc
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2022-07-05 14:07:51 +0530
committerkrolyxon <krolyxon@tutanota.com>2022-07-05 14:07:51 +0530
commitba7303e5b852ecd96e6acf35d8fb1427c9be9c62 (patch)
tree43e2e34080b3b2fdd02642e9e85d157273f6ffeb /.config/shell/aliasrc
parenta33c7ad0d05b218d8aa380031a68a90f25fbaca6 (diff)
switching from ranger to lf
Diffstat (limited to '.config/shell/aliasrc')
-rw-r--r--.config/shell/aliasrc2
1 files changed, 1 insertions, 1 deletions
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.