diff options
| author | navewindre <boneyaard@gmail.com> | 2024-10-12 12:55:12 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2024-10-12 12:55:12 +0200 |
| commit | 3c6c468c7b9a482bc7df34a36c1c4c0ce188fb93 (patch) | |
| tree | eb19fd3ebe65bfa3da6f5cb3175304905d32fed5 /zshrc | |
| parent | 5488c375f8e545158029e32085cb5f62dfe48819 (diff) | |
pshh
Diffstat (limited to 'zshrc')
| -rw-r--r-- | zshrc | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,5 +1,5 @@ # If you come from bash you might have to change your $PATH. -export PATH=$HOME/bin:/usr/local/bin:/home/$USER/.cargo/bin:$PATH +export PATH=$HOME/bin:/usr/local/bin:/home/aurelia/.cargo/bin:$PATH # Path to your oh-my-zsh installation. export ZSH="$HOME/.oh-my-zsh" @@ -89,6 +89,9 @@ alias mpa="mpv --no-video" alias l='ls' alias lg='lazygit' +alias gpt='node "/media/aurelia/sda0 [dev]/gpt.js"' + +export ANDROID_HOME=/media/aurelia/data/android-projects # export MANPATH="/usr/local/man:$MANPATH" @@ -114,5 +117,18 @@ export EDITOR='nvim' # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" +OLLAMA_HOME="/media/aurelia/dev/ollama" +OLLAMA_MODELS="/media/aurelia/dev/ollama/models" +export OLLAMA_HOME +export OLLAMA_MODELS + +EMSDK_QUIET=1 source /home/aurelia/code/emsdk/emsdk_env.sh + +# The next line updates PATH for the Google Cloud SDK. +if [ -f '/home/aurelia/google-cloud-sdk/path.zsh.inc' ]; then . '/home/aurelia/google-cloud-sdk/path.zsh.inc'; fi + +# The next line enables shell command completion for gcloud. +if [ -f '/home/aurelia/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/aurelia/google-cloud-sdk/completion.zsh.inc'; fi + zstyle ':completion:*' menu select fpath+=~/.zfunc |
