Updated config to make it work on my Mac.
This commit is contained in:
parent
f857d8b261
commit
4afb3f7462
1 changed files with 2 additions and 1 deletions
3
profile
3
profile
|
@ -29,7 +29,8 @@ set_prompt() {
|
|||
set_prompt
|
||||
|
||||
# makes ls print pretty
|
||||
alias ls="ls --color=auto"
|
||||
#alias ls="ls --color=auto"
|
||||
alias ls="ls -G"
|
||||
|
||||
# default editor
|
||||
export EDITOR=vim
|
||||
|
|
Loading…
Reference in a new issue