mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add(fish): config.fish
This commit is contained in:
parent
078a098689
commit
597e43bff1
3 changed files with 12 additions and 2 deletions
7
.config/fish/config.fish
Normal file
7
.config/fish/config.fish
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue