Update env loader

This commit is contained in:
2021-02-06 18:04:41 -05:00
parent fd99c1ad3c
commit 1469d88e5b
2 changed files with 7 additions and 11 deletions

View File

@@ -392,8 +392,6 @@ if [[ $platform == 'Darwin' ]]; then
alias tt='rmtrash'
elif [[ "${platform,,}" == *'ming'* ]]; then # convert to lowercase then compare with wildcard
alias python='winpty python.exe'
alias python3='winpty python.exe'
#alias rm='echo "use trash command instead!"'
#alias rmr='echo "use trash command instead!"'
alias trash='remove_windows_file'
@@ -401,8 +399,6 @@ elif [[ "${platform,,}" == *'ming'* ]]; then # convert to lowercase then compare
alias cgrep='cgrep.exe'
fi
alias c='cd'
alias c-='cd -'
alias cd-='echo "Use c- instead"'
alias ..='cd ../'
alias ...='cd ../..'