# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.
-#if test -n "$ZSH_VERSION"; then
-# zsh
if test -n "$BASH_VERSION"; then
case "$SHELL" in
*/bash) ;;
# ksh93
#elif test -n "$FCEDIT"; then
# ksh88
+#elif test -n "$ZSH_VERSION"; then
+# zsh
#elif test -n "$PS3"; then
# unknown
#else
export PAGER
EDITOR="$HOME"/.vim/vim.sh
- VISUAL="$EDITOR"
FCEDIT="$EDITOR"
- export EDITOR VISUAL FCEDIT
+ VISUAL="$EDITOR"
+ export EDITOR FCEDIT VISUAL
HISTCONTROL=ignoreboth
HISTIGNORE='&: *:x:X:[bf]g'