summaryrefslogtreecommitdiff
path: root/.config/shell
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2022-07-05 22:25:48 +0530
committerkrolyxon <krolyxon@tutanota.com>2022-07-05 22:25:48 +0530
commit7e0bb891ab9a02407ecaae1dc32b379f89fd05d7 (patch)
tree5bcd7e042005ff3bebbbef4a886a7649920a87be /.config/shell
parente824a57bca5547a46a57c6e33ecf50360e4ad9de (diff)
lf movement binds
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/aliasrc1
1 files changed, 1 insertions, 0 deletions
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.