diff --git a/.bashrc b/.bashrc index f77e0b3..7ef589e 100644 --- a/.bashrc +++ b/.bashrc @@ -17,7 +17,6 @@ get_git_info() { git rev-parse --is-inside-work-tree &>/dev/null || return echo -e " $(get_branch_name)" } - export PS1="\u \w ❭\[$(tput sgr0)\] " # History @@ -30,7 +29,7 @@ export HISTIGNORE="clear:l: *" export MANWIDTH=120 # Vim -export EDITOR='vim' +export EDITOR=vim # Fuzzy finder setup export FZF_COMPLETION_TRIGGER='**' diff --git a/.config/X11/xinitrc b/.config/X11/xinitrc index f73f252..701f553 100644 --- a/.config/X11/xinitrc +++ b/.config/X11/xinitrc @@ -23,6 +23,7 @@ fi xset -b # disable bell xset r rate 200 30 # adjust typematic delay & rate +xbindkeys & xbanish & dwmblocks & udiskie &