Added bitwarden sock to bashrc

This commit is contained in:
2025-02-04 18:56:35 +01:00
parent dfb146aa95
commit c2c47648e1

View File

@@ -157,7 +157,8 @@ alias mount-bigboi-warez='~/.config/mnt/bigboi-warez.sh'
alias edit-bash='nano ~/.bashrc && source ~/.bashrc' alias edit-bash='nano ~/.bashrc && source ~/.bashrc'
alias edit-requirements='nano ~/.config/requirements/install.sh' alias edit-requirements='nano ~/.config/requirements/install.sh'
export SSH_AUTH_SOCK=/home/wholteza/snap/bitwarden/current/.bitwarden-ssh-agent.sock
export PATH="/home/wholteza/.cargo/bin:$PATH" export PATH="/home/wholteza/.cargo/bin:$PATH"
### Start oh my posh ### Start oh my posh
eval "$(oh-my-posh init bash --config '~/.config/oh-my-posh/theme.omp.json')" eval "$(oh-my-posh init bash --config '~/.config/oh-my-posh/theme.omp.json')"