Update OSX aliases
This commit is contained in:
parent
12018878a4
commit
68239029dd
4
aliases
4
aliases
|
@ -386,9 +386,9 @@ if [[ $platform == 'Linux' ]]; then
|
||||||
|
|
||||||
elif [[ $platform == 'Darwin' ]]; then
|
elif [[ $platform == 'Darwin' ]]; then
|
||||||
alias l='ls -laG'
|
alias l='ls -laG'
|
||||||
alias ls='ls -laG'
|
|
||||||
alias ll='ls -lG'
|
alias ll='ls -lG'
|
||||||
# TODO add a trash alias for trash-cli? or brew install rmtrash
|
alias trash='rmtrash'
|
||||||
|
alias tt='rmtrash'
|
||||||
|
|
||||||
elif [[ "${platform,,}" == *'ming'* ]]; then # convert to lowercase then compare with wildcard
|
elif [[ "${platform,,}" == *'ming'* ]]; then # convert to lowercase then compare with wildcard
|
||||||
alias python='winpty python.exe'
|
alias python='winpty python.exe'
|
||||||
|
|
|
@ -46,6 +46,7 @@ brew_packages=(
|
||||||
'vim'
|
'vim'
|
||||||
'sdl'
|
'sdl'
|
||||||
'tree'
|
'tree'
|
||||||
|
'rmtrash'
|
||||||
)
|
)
|
||||||
brew tap homebrew/core
|
brew tap homebrew/core
|
||||||
for package in "${brew_packages[@]}"
|
for package in "${brew_packages[@]}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user