diff --git a/.aliases b/.aliases index 7d9ae4c..99d13ce 100644 --- a/.aliases +++ b/.aliases @@ -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) diff --git a/.zprofile b/.zprofile index f0934e1..b706f2a 100644 --- a/.zprofile +++ b/.zprofile @@ -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 diff --git a/.zshenv b/.zshenv index 9733f9b..37f6898 100644 --- a/.zshenv +++ b/.zshenv @@ -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 <<< diff --git a/.zshrc b/.zshrc index bbd67ed..4c2c864 100644 --- a/.zshrc +++ b/.zshrc @@ -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