summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2024-11-30 10:19:20 +0200
committerSyndamia <kamen@syndamia.com>2024-11-30 10:19:20 +0200
commitcbd8a824a44c47a12f81c9ade60f1218fd4ea589 (patch)
tree6f98695a050f0250b48f551b2dbe93f51114bccc /.bashrc
parent649a47da959e7ca636c2fb8f27b58739cead335b (diff)
downloaddotfiles-cbd8a824a44c47a12f81c9ade60f1218fd4ea589.tar
dotfiles-cbd8a824a44c47a12f81c9ade60f1218fd4ea589.tar.gz
dotfiles-cbd8a824a44c47a12f81c9ade60f1218fd4ea589.zip
feat(bash): Move lazygit from aliaz to binding
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"