aboutsummaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-03-15 11:08:15 +0000
committerterminaldweller <thabogre@gmail.com>2022-03-15 11:08:15 +0000
commitb5126b86fcb3836b0019af8ee39f1426961c1af5 (patch)
tree683af4c6ad8d5274951f3558d94d8a3eff5295cf /.bashrc
parentadded http to https redirect (diff)
downloadscripts-b5126b86fcb3836b0019af8ee39f1426961c1af5.tar.gz
scripts-b5126b86fcb3836b0019af8ee39f1426961c1af5.zip
updates
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 32f0d11..92b57a9 100644
--- a/.bashrc
+++ b/.bashrc
@@ -39,7 +39,7 @@ export LESS_TERMCAP_so=$'\e[38;5;246m' # begin standout-mode - info box
export LESS_TERMCAP_ue=$'\e[0m' # end underline
export LESS_TERMCAP_us=$'\e[04;38;5;146m' # begin underline
-alias la="la -A"
+alias la="ls -A"
alias ll="ls -la"
alias lss="ls -sSa"
alias ..="cd .."