Go back to what works
This commit is contained in:
parent
95e3647bc9
commit
569e2775eb
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ else
|
|||
fi
|
||||
|
||||
# Run ls after cd
|
||||
alias cd='builtin cd "$@" && ls'
|
||||
function cd { builtin cd "$@" && ls }
|
||||
|
||||
# Colorize cat with bat
|
||||
alias cat='bat'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue