From cbd8a824a44c47a12f81c9ade60f1218fd4ea589 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 30 Nov 2024 10:19:20 +0200 Subject: feat(bash): Move lazygit from aliaz to binding --- .bashrc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.bashrc') 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" -- cgit v1.2.3