diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-15 11:08:15 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-15 11:08:15 +0000 |
commit | b5126b86fcb3836b0019af8ee39f1426961c1af5 (patch) | |
tree | 683af4c6ad8d5274951f3558d94d8a3eff5295cf /.bashrc | |
parent | added http to https redirect (diff) | |
download | scripts-b5126b86fcb3836b0019af8ee39f1426961c1af5.tar.gz scripts-b5126b86fcb3836b0019af8ee39f1426961c1af5.zip |
updates
Diffstat (limited to '')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 .." |