fix: make cdl run l instead of ll

This commit is contained in:
Victor Westerlund 2024-12-04 14:42:46 +01:00
parent aeb51ec2ca
commit fe74b5c2c6

View file

@ -10,12 +10,12 @@ alias ll="ls -lah"
# cd +
cdl () {
cd -P -- "$1" &&
ll
l
}
cdll () {
cp -P -- "$1" &&
lll
ll
}
# Create standard git WIP commit with timestamps