diff options
author | Thanos Apollo <[email protected]> | 2023-09-26 15:18:28 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-26 15:18:28 +0300 |
commit | 50e5019c2b4d4f3bf35fdb5fc6add519e53d0987 (patch) | |
tree | a03fd34e74b20236904e91f8edb5999a7e49a968 /.shells | |
parent | 63c5750fb8cbeb10af0515c7facd6494720f2c0d (diff) |
[shells] Update aliases
Diffstat (limited to '.shells')
-rw-r--r-- | .shells/alias.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.shells/alias.sh b/.shells/alias.sh index 1730d5f..e986406 100644 --- a/.shells/alias.sh +++ b/.shells/alias.sh @@ -23,7 +23,8 @@ alias yeet='paru -Rsc' # weather alias weather="curl wttr.in" -alias ls='ls -la --color' +alias ls='ls --color' +alias ll='ls -la --color' alias sb='sudo systemctl start bluetooth' alias mykeys='setxkbmap -option caps:escape' alias logout='pkill -U $USER' |