diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-07-05 14:07:51 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-07-05 14:07:51 +0530 |
| commit | ba7303e5b852ecd96e6acf35d8fb1427c9be9c62 (patch) | |
| tree | 43e2e34080b3b2fdd02642e9e85d157273f6ffeb /.config/shell/aliasrc | |
| parent | a33c7ad0d05b218d8aa380031a68a90f25fbaca6 (diff) | |
switching from ranger to lf
Diffstat (limited to '.config/shell/aliasrc')
| -rw-r--r-- | .config/shell/aliasrc | 2 |
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. |
