etc/config/fish/config.fish

20 lines
484 B
Fish

set PATH ~/bin $PATH
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'
alias gp='git push'
alias ns (echo nix-shell --command (which fish))
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 -g theme_show_exit_status yes
set fish_color_autosuggestion normal