Zsh stuff

This commit is contained in:
agryphus 2023-09-29 13:40:49 -04:00
parent 5b80b4c33a
commit b98ce61042
3 changed files with 9 additions and 4 deletions

View file

@ -17,6 +17,7 @@ alias blueman='blueman-manager'
alias spotify='spotify-launcher'
alias spotify-launcher='dlkiller spotify-launcher'
alias zoom='dlkiller zoom'
alias tor='torbrowser-launcher'
# Some wsl stuff
alias clip=/mnt/c/Windows/System32/clip.exe
@ -166,7 +167,7 @@ function parse_git() {
function parse_conda() {
env=$CONDA_DEFAULT_ENV
if [ -z "$env" ] || [ "$env" = "base" ]; then
if [ -z "$env" ]; then
echo ""
return
fi