Add fish shell config

This commit is contained in:
daniele 2024-09-29 17:32:47 +02:00
parent d75ad95a6d
commit 698c3d7d73
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514

16
.config/fish/config.fish Normal file
View File

@ -0,0 +1,16 @@
if status is-interactive
if test -z "$DISPLAY" -a "$XDG_VTNR" = 1
exec startx -- -keeptty
end
source ~/.bash_aliases
thefuck --alias | source
fastfetch
calcurse -d 7
starship init fish | source
end