Add fish shell config
This commit is contained in:
parent
d75ad95a6d
commit
698c3d7d73
16
.config/fish/config.fish
Normal file
16
.config/fish/config.fish
Normal 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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user