From 5edf3099cdca2b52f12a6189251d32452edc2484 Mon Sep 17 00:00:00 2001 From: srdusr Date: Fri, 7 Feb 2025 16:48:02 +0200 Subject: Add Ctrl-l clear-screen binding and export nvim as editor --- .bashrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 016c8ca..9b7dc26 100644 --- a/.bashrc +++ b/.bashrc @@ -48,8 +48,13 @@ alias wallset='feh --bg-fill' PS1=$p +bind -m vi-command 'Control-l: clear-screen' +bind -m vi-insert 'Control-l: clear-screen' + +export EDITOR="nvim" # pfetch #export NVM_DIR="$HOME/.local/share/nvm" #[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm #[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion +export PATH="/home/srdusr/.local/bin:$PATH" -- cgit v1.2.3