diff --git a/.bash_aliases b/.bash_aliases index d5e8af4..e684fb4 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -115,6 +115,7 @@ cdl () { # Cdl to home if no args provided if [ $# -eq 0 ]; then cdl $HOME + return fi cd -P -- "$1" && l @@ -124,6 +125,7 @@ cdll () { # Cdll to home if no args provided if [ $# -eq 0 ]; then cdll $HOME + return fi cd -P -- "$1" && ll