etc/config/fish/config.fish

19 lines
450 B
Fish
Raw Normal View History

2018-10-09 12:41:17 +02:00
set PATH ~/bin $PATH
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'
2018-10-09 12:41:17 +02:00
alias gp='git push'
alias ns (echo nix-shell --command (which fish))
2018-10-09 12:06:59 +02:00
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