summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2021-08-02 22:47:17 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2021-08-02 22:47:17 +0200
commita3dc667d6e874f4317f9948f8361f8c0597fc020 (patch)
treea036c75a9738be3f69e70bc788d0f32b50bc7971 /.bashrc
parentf494872feac9033e8be9c1628e35ad3c27c5f143 (diff)
changed ll alias
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 708684a..6fea2a5 100644
--- a/.bashrc
+++ b/.bashrc
@@ -88,7 +88,7 @@ fi
#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
# some more ls aliases
-alias ll='ls -alF'
+alias ll='ls -AlF'
alias la='ls -A'
alias l='ls -CF'