diff --git a/.bashrc b/.bashrc index e8d2dbd..7eb3502 100644 --- a/.bashrc +++ b/.bashrc @@ -204,3 +204,4 @@ if [ -d "$HOME/.cargo/env" ]; then fi +export PATH="$HOME/.local/bin:$PATH" diff --git a/.tmux.conf b/.tmux.conf index 7888cca..b23cd44 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,6 +1,6 @@ -unbind C-b -set -g prefix C-t -bind C-t send-prefix +#unbind C-b +#set -g prefix C-t +#bind C-t send-prefix set -g mouse on