aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-12-29 07:43:26 +0000
committerterminaldweller <thabogre@gmail.com>2022-12-29 07:43:26 +0000
commit053360ade1bdda6fbdeef40a70be0cbaf00419b0 (patch)
treedb7d34f03088040dbc82271e8c8f3fe5dad738de /.zshrc
parentupdate (diff)
downloadscripts-053360ade1bdda6fbdeef40a70be0cbaf00419b0.tar.gz
scripts-053360ade1bdda6fbdeef40a70be0cbaf00419b0.zip
update
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 4d36ad3..76ca12e 100644
--- a/.zshrc
+++ b/.zshrc
@@ -34,7 +34,7 @@ alias l="ls"
# alias ls="ls --color=auto"
alias la="exa -a"
# alias la="ls -A"
-alias ll="exa -abghHliSmxF --color-scale --git -@"
+alias ll="exa -abghHliSmxFuU --color-scale --git -@"
# alias ll="\ls -lZspihbFA --color=never --full-time --author | colcol | column -t"
alias lss="exa -Sls=size"
# alias lss="ls -sASh"
@@ -388,7 +388,7 @@ math() {
}
fd() {
- ls $(find -iname "*$1*")
+ ls -d $(find -O3 -iname "*$1*")
}
pss() {