add fish and starship to dotfile repo

This commit is contained in:
Mel
2025-03-01 02:03:26 +01:00
commit 72dac73f9e
9 changed files with 237 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
set -x TERM xterm-256color
set -x VISUAL /usr/bin/nvim
set -x EDITOR $VISUAL
set -x BROWSER firefox
set -x SSH_AUTH_SOCK "$XDG_RUNTIME_DIR/ssh-agent.socket"
set -x GOPATH $HOME/build/go
set -x PATH $GOPATH/bin:$HOME/.cargo/bin:$HOME/.local/bin:/usr/local/bin:$PATH