From 726dde6a048a477725e877d65abae91161397fad Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 18 Sep 2024 19:07:51 +0100 Subject: Adds binding for fzf-nova --- bashrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'bashrc') 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 -- cgit v1.2.3