seanshpark / macOS

problems and solutions
MIT License
0 stars 0 forks source link

shell (zsh) #6

Open seanshpark opened 2 years ago

seanshpark commented 2 years ago

Problems and solutions with shell (zsh)

seanshpark commented 2 years ago

Problem: added new program in higher order in PATH but old program still executes

rebooting solves this. but how to reflect this right away? --> open another shell!

seanshpark commented 2 years ago

Coloring like Linux ls command?

brew install coreutils
alias gls='gls --color=auto'

Mac ls and gls results are not identical

seanshpark commented 2 years ago

2022-01-24 installed tree through brew