@@ -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
@@ -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