From 128096acf580799da3617dc16b4a5c69f65b6e4c Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 4 Dec 2024 12:29:16 +0000 Subject: Big bundle of changes! --- bashrc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index dea681b..f009467 100644 --- a/bashrc +++ b/bashrc @@ -22,13 +22,12 @@ export HISTCONTROL=ignoreboth:erasedups export HISTSIZE=20000 export HISTFILESIZE=200000 - # Setting PATH export PATH=~/.cargo/bin:$PATH export PATH=~/bin/:$PATH -export PATH="$HOME/gems/bin:$PATH" +export PATH="$PATH:/opt/nvim-linux64/bin" +#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' @@ -322,7 +321,6 @@ append_to_masterlist() { # Colors for ls - yellow directories # export LS_COLORS="$LS_COLORS:di=1;33" # Install Ruby Gems to ~/gems -export GEM_HOME="$HOME/gems" # note() { @@ -375,3 +373,6 @@ ytmp3-split-to-chapters() { . "$HOME/.cargo/env" eval "$(direnv hook bash)" + +# Add RVM to PATH for scripting. Make sure this is the last PATH variable change. +export PATH="$PATH:$HOME/.rvm/bin" -- cgit v1.2.3