Zsh stuff
This commit is contained in:
parent
5b80b4c33a
commit
b98ce61042
3 changed files with 9 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue