summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc6
1 files changed, 1 insertions, 5 deletions
diff --git a/.bashrc b/.bashrc
index 34c4e38..31a71a6 100644
--- a/.bashrc
+++ b/.bashrc
@@ -318,6 +318,7 @@ EOF
# Bindings {{{
bind '"\C-l":clear-screen'
+ bind -x '"\C-g":lazygit'
# }}}
@@ -460,11 +461,6 @@ then
alias ydlba="youtube-dl -o '%(title)s.%(ext)s' --audio-format best -x"
fi
-if [ -x "$(command -v combinepdf)" ]
-then
- alias lg="lazygit"
-fi
-
if [ -x "$(command -v gs)" ]
then
alias combinepdf="gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=temp.pdf"