Add fish config

This commit is contained in:
Nikurasu 2023-03-21 08:53:33 +01:00
parent 9829496fc8
commit 88e048f800
Signed by: Nikurasu
GPG key ID: 9E7F14C03EF1F271
3 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,5 @@
set -gx GOPATH $HOME/go
set -gxa PATH $GOROOT/bin $GOPATH/bin
set -gx VOLTA_HOME $HOME/.volta
set -gxa PATH $VOLTA_HOME/bin

View file

@ -0,0 +1,2 @@
git config --global user.name $GITUSER
git config --global user.email $GITEMAIL

9
fish/config.fish Normal file
View file

@ -0,0 +1,9 @@
if status is-interactive
# Commands to run in interactive sessions can go here
end
if test -e $HOME/Documents/coding/dotfiles/shell/alias/alias
. $HOME/Documents/coding/dotfiles/shell/alias/alias
end
starship init fish | source