mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
7 lines
153 B
Fish
7 lines
153 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
set -x GPG_TTY (tty)
|
|
end
|
|
|
|
# Disable greeting
|
|
set -g fish_greeting
|