From 290247d424e6a91fa04b69a1c17ace583bd92290 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Wed, 25 Jan 2023 10:47:00 -0700 Subject: update some vim stuff mostly --- bash/.bash_profile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bash/.bash_profile') diff --git a/bash/.bash_profile b/bash/.bash_profile index 6539cd9..d006e75 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -1,7 +1,7 @@ #!/bin/bash # .bash_profile -PATH=$PATH:$HOME/.local/bin:$HOME/bin:$HOME/.cargo/bin +PATH=$PATH:$HOME/.local/bin:$HOME/bin:$HOME/.cargo/bin:$HOME/.dotnet/tools # Get the aliases and functions if [ -f ~/.bashrc ]; then @@ -14,7 +14,6 @@ export TERMINAL=/usr/bin/alacritty export BROWSER=/usr/bin/librewolf-bin export PATH -export PATH=$PATH:/home/bryson/.spicetify complete -cf doas source /usr/share/autojump/autojump.bash source /usr/share/bash-completion/completions/fzf -- cgit v1.2.3