etc/config/fish/config.fish

14 lines
358 B
Fish
Raw Normal View History

2018-10-09 12:06:59 +02:00
export EDITOR=(which nvim; or which vim; or which vi)
export EMAIL='gebner@gebner.org'
export BROWSER=xdg-open
alias vi="$EDITOR"
alias gl='git pull'
set -g theme_display_vagrant no
set -g theme_display_k8s_context no
set -g theme_display_user no
set -g theme_display_hostname yes
set -g theme_display_cmd_duration yes
set fish_color_autosuggestion normal