Add comments and gpgt to config.fish

This commit is contained in:
dogeystamp 2021-10-31 15:09:26 -04:00
parent a87fa17acb
commit 66617ea73d
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -4,7 +4,14 @@ end
source ~/.config/fish/aliases.fish
# Set GPG_TTY
gpgt
# Add .local/bin to path
set -gx PATH "$PATH:$HOME/.local/bin:"
# Disable fish greeting
set fish_greeting ""
# Enable Vi bindings
fish_vi_key_bindings