diff options
| author | Syndamia <kamen@syndamia.com> | 2024-11-30 10:19:20 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2024-11-30 10:19:20 +0200 |
| commit | cbd8a824a44c47a12f81c9ade60f1218fd4ea589 (patch) | |
| tree | 6f98695a050f0250b48f551b2dbe93f51114bccc /.bashrc | |
| parent | 649a47da959e7ca636c2fb8f27b58739cead335b (diff) | |
| download | dotfiles-cbd8a824a44c47a12f81c9ade60f1218fd4ea589.tar dotfiles-cbd8a824a44c47a12f81c9ade60f1218fd4ea589.tar.gz dotfiles-cbd8a824a44c47a12f81c9ade60f1218fd4ea589.zip | |
feat(bash): Move lazygit from aliaz to binding
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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" |
