Build common RC profile between bashrc and zshrc

This commit is contained in:
2024-10-13 01:32:25 -05:00
parent 792a40ed18
commit 622040d7a5
4 changed files with 82 additions and 113 deletions
+2 -1
View File
@@ -25,5 +25,6 @@ fi
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
. "/home/xevion/.deno/env"
. "$HOME/.deno/env"
. "$HOME/.cargo/env"