add(fish): config.fish

This commit is contained in:
Léana 江 2023-01-29 23:10:12 +01:00
parent 078a098689
commit 597e43bff1
3 changed files with 12 additions and 2 deletions

7
.config/fish/config.fish Normal file
View file

@ -0,0 +1,7 @@
if status is-interactive
# Commands to run in interactive sessions can go here
set -gx GPG_TTY (tty)
end
test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shell_integration.fish