aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-11-16 23:01:57 -0300
committerEuAndreh <eu@euandre.org>2020-11-16 23:01:57 -0300
commit588305d8e27f713d7d5ec47aacd040d66df7d2aa (patch)
tree5447a81dbe33bd114afcd5268ce6b17da0c0d5ee
parentrsync the full folder to home instead of file by file (diff)
downloadserver-588305d8e27f713d7d5ec47aacd040d66df7d2aa.tar.gz
server-588305d8e27f713d7d5ec47aacd040d66df7d2aa.tar.xz
.bashrc: Add "l" Bash alias
-rw-r--r--sync/.bashrc1
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'