Add comments and gpgt to config.fish
This commit is contained in:
parent
a87fa17acb
commit
66617ea73d
@ -4,7 +4,14 @@ end
|
|||||||
|
|
||||||
source ~/.config/fish/aliases.fish
|
source ~/.config/fish/aliases.fish
|
||||||
|
|
||||||
|
# Set GPG_TTY
|
||||||
|
gpgt
|
||||||
|
|
||||||
|
# Add .local/bin to path
|
||||||
set -gx PATH "$PATH:$HOME/.local/bin:"
|
set -gx PATH "$PATH:$HOME/.local/bin:"
|
||||||
|
|
||||||
|
# Disable fish greeting
|
||||||
set fish_greeting ""
|
set fish_greeting ""
|
||||||
|
|
||||||
|
# Enable Vi bindings
|
||||||
fish_vi_key_bindings
|
fish_vi_key_bindings
|
||||||
|
Loading…
Reference in New Issue
Block a user