From 387299a489cb225d6e39d279add0bb10926c79b0 Mon Sep 17 00:00:00 2001 From: wholteza Date: Sat, 14 Dec 2024 19:02:15 +0100 Subject: [PATCH] .bashrc --- .bashrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 6c70f92..43212a7 100644 --- a/.bashrc +++ b/.bashrc @@ -152,12 +152,15 @@ alias qwerty='~/.config/keyboard/qwerty.sh' alias mount-bigboi-zackarias='~/.config/mnt/bigboi-zackarias.sh' alias mount-bigboi-lilleback='~/.config/mnt/bigboi-lilleback.sh' +alias mount-bigboi-warez='~/.config/mnt/bigboi-warez.sh' alias edit-bash='nano ~/.bashrc && source ~/.bashrc' alias edit-requirements='nano ~/.config/requirements/install.sh' export PATH="/home/wholteza/.cargo/bin:$PATH" - +export PATH="$HOME/.dotnet/tools:$PATH" +export PATH="$HOME/.dotnet:$PATH" +export DOTNET_ROOT="$HOME/.dotnet" ### Start oh my posh eval "$(oh-my-posh init bash --config '~/.config/oh-my-posh/theme.omp.json')"