diff --git a/.config/fish/config.fish b/.config/fish/config.fish new file mode 100644 index 0000000..96cae2c --- /dev/null +++ b/.config/fish/config.fish @@ -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 +