dots/src/.config/fish/config.fish

18 lines
297 B
Fish
Raw Normal View History

2021-10-21 17:44:21 -04:00
if status is-interactive
# Commands to run in interactive sessions can go here
end
2021-10-21 20:56:16 -04:00
source ~/.config/fish/aliases.fish
2021-10-21 17:44:21 -04:00
2021-10-31 15:09:26 -04:00
# Set GPG_TTY
gpgt
# Add .local/bin to path
2021-10-21 17:44:21 -04:00
set -gx PATH "$PATH:$HOME/.local/bin:"
2021-10-31 15:09:26 -04:00
# Disable fish greeting
2021-10-21 17:44:21 -04:00
set fish_greeting ""
2021-10-31 15:09:26 -04:00
# Enable Vi bindings
2021-10-21 17:44:21 -04:00
fish_vi_key_bindings