aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-18 19:07:51 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-18 19:07:51 +0100
commit726dde6a048a477725e877d65abae91161397fad (patch)
tree1f6e8d2c79545a708a6b91f05ad2750a4be5eefe /bashrc
parent755669574124db68660ca70363a8585f4fbba8a3 (diff)
Adds binding for fzf-nova
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