done. going to bed now.
This commit is contained in:
parent
99b38f2872
commit
925dc2edb6
2
.bashrc
2
.bashrc
@ -5,7 +5,7 @@ alias sudo='sudo '
|
|||||||
|
|
||||||
#what cd should do by default
|
#what cd should do by default
|
||||||
alias cd='cd_func'
|
alias cd='cd_func'
|
||||||
|
alias bat='batcat '
|
||||||
cd_func ()
|
cd_func ()
|
||||||
{
|
{
|
||||||
builtin cd "$@" && ls --color=auto --group-directories-first --format=single-column
|
builtin cd "$@" && ls --color=auto --group-directories-first --format=single-column
|
||||||
|
Loading…
Reference in New Issue
Block a user