diff options
author | EuAndreh <eu@euandre.org> | 2020-11-16 23:01:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-11-16 23:01:57 -0300 |
commit | 588305d8e27f713d7d5ec47aacd040d66df7d2aa (patch) | |
tree | 5447a81dbe33bd114afcd5268ce6b17da0c0d5ee | |
parent | rsync the full folder to home instead of file by file (diff) | |
download | server-588305d8e27f713d7d5ec47aacd040d66df7d2aa.tar.gz server-588305d8e27f713d7d5ec47aacd040d66df7d2aa.tar.xz |
.bashrc: Add "l" Bash alias
-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' |