From d646adc6b939ad5637d5655ffe4c62f6abf32ef7 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Thu, 30 Mar 2023 14:13:05 +0200 Subject: [PATCH] [Bash] Add local/bin to path --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index e9a6237..594d827 100644 --- a/.bashrc +++ b/.bashrc @@ -215,3 +215,6 @@ function dirsBackup() { } export PATH="$HOME/.cargo/bin:$PATH" +export PATH="$HOME/.local/bin:$PATH": +export EDITOR='vim' +