aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index c699e1f..0d2752d 100644
--- a/bashrc
+++ b/bashrc
@@ -4,6 +4,18 @@ complete -cf sudo man which
# reduce history size
export HISTCONTROL=ignoreboth
+# Setting PATH
+export PATH=~/.cargo/bin:$PATH
+export PATH=~/bin/:$PATH
+export PATH="$HOME/gems/bin:$PATH"
+export PATH="$HOME/go/bin:$PATH"
+export PATH="$HOME/.local/share/gem/ruby/3.0.0/bin:$PATH"
+export PATH="$HOME/.local/bin:$PATH"
+export PATH="/usr/local/go/bin:$PATH"
+export BORG_PASSCOMMAND='pass show borg-passphrase'
+
+export OLLAMA_MODELS="$HOME/ai_models/ollama/"
+
# completions
if [ -f /usr/share/bash-completion/completions/pass ]; then
. /usr/share/bash-completion/completions/pass