Merge branch 'main' of ssh://git.nmlk.se:222/wholteza/dotfiles

This commit is contained in:
2024-12-14 19:03:07 +01:00
6 changed files with 112 additions and 5 deletions

View File

@@ -158,9 +158,6 @@ 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')"