Quellcode durchsuchen

Disabling CTRL-S, misc other changes

Sam Jaffe vor 8 Jahren
Ursprung
Commit
41c94f1723
2 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 3 0
      bashrc
  2. 1 0
      profile-util

+ 3 - 0
bashrc

@@ -1,5 +1,8 @@
+stty -ixon
 
 . ${HOME}/.profile-util
 
 if [[ -f ${HOME}/.profile-local ]]; then . ${HOME}/.profile-local; fi
 
+
+[ -f ~/.fzf.bash ] && source ~/.fzf.bash

+ 1 - 0
profile-util

@@ -20,6 +20,7 @@ GITBRANCH() {
 }
 export PS1='$(rc=$?; echo -e "\[$CYAN\]\D{%F %T} \[$BBLUE\]\u\[$RESET\]@\[$(SUCCESS $rc)\]\h:[\w$(GITBRANCH)] $(CODE $rc)\[$RESET\]$ ")'
 
+export EDITOR=vim
 PATH="$HOME/usr/local/bin:$HOME/bin:$HOME/usr/bin:$PATH"
 export PATH
 export LC_ALL=en_US.UTF-8