if status is-interactive # Commands to run in interactive sessions can go here end source ~/.config/fish/aliases.fish source ~/.config/fish/functions/extra_prompt.fish # Set GPG_TTY gpgt # Add .local/bin to path set -gx PATH "$PATH:$HOME/.local/bin:" set -gx PATH "$PATH:$HOME/.local/bin/deskutils:" set -gx PATH "$PATH:$HOME/.local/bin/minrss-scripts:" # Disable fish greeting set fish_greeting "" # Enable Vi bindings fish_vi_key_bindings