diff options
| -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" |
