add some things

This commit is contained in:
Sebastian Bugge 2024-10-19 16:13:45 +02:00
parent d68fe1464e
commit 62aae6ebdd
4 changed files with 11 additions and 6 deletions

View file

@ -3,6 +3,7 @@ alias cassa="mosh vsbugge@cassarossa.samfundet.no"
alias cirkus="mosh vsbugge@cirkus.samfundet.no"
alias alter="mosh vsbugge@altersex.samfundet.no"
alias navi="mosh vsbugge@navi.samfundet.no"
alias cassini="mosh cassini"
alias kint="kinit vsbugge@AD.SAMFUNDET.NO"
export GPG_TTY=$(tty)

View file

@ -11,9 +11,3 @@ export NVM_DIR="$HOME/.nvm"
if [ -s "$NVM_DIR/nvm.sh" ]; then
\. "$NVM_DIR/nvm.sh" # This loads nvm
fi
[ -f "/home/kaholaz/.ghcup/env" ] && source "/home/kaholaz/.ghcup/env" # ghcup-env
if [ -d "$HOME/.asdf" ]; then
\. "$HOME/.asdf/asdf.sh"
fi

View file

@ -41,3 +41,9 @@ if [ -f "$HOME/.local/share/pnpm" ]; then
*) export PATH="$PNPM_HOME:$PATH" ;;
esac
fi
export PATH="$PATH:/home/kaholaz/.cache/scalacli/local-repo/bin/scala-cli"
# >>> coursier install directory >>>
export PATH="$PATH:/home/kaholaz/.local/share/coursier/bin"
# <<< coursier install directory <<<

4
.zshrc
View file

@ -50,6 +50,10 @@ if [ -z "$TMUX" ] && [[ "$HAS_NETWORK" == 1 ]]; then
fortune -s
fi
if [ -d "$HOME/.asdf" ]; then
\. "$HOME/.asdf/asdf.sh"
fi
source ~/.aliases
fpath+=~/.zfunc
autoload -U compinit; compinit