Small changes

This commit is contained in:
Jonathan Hodgson 2018-04-18 17:40:48 +01:00
parent 6ea3f345b0
commit e9a81da493
4 changed files with 7 additions and 4 deletions

View file

@ -36,9 +36,9 @@ function old() {
function cdlc() {
cd "$@"
/home/jonathan/.gem/ruby/2.4.0/bin/colorls --sd | tail -n +2
ls
}
#alias cd="cdlc"
alias cd="cdlc"
function mkcd() {
mkdir -p "$1"