diff options
-rw-r--r-- | sync/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/.bashrc b/sync/.bashrc index 10589f4..3af5a68 100644 --- a/sync/.bashrc +++ b/sync/.bashrc @@ -29,3 +29,4 @@ fi alias ls='ls -p --color=auto' alias ll='ls -l' alias grep='grep --color=auto' +alias l='ls -lahF' |