aboutsummaryrefslogtreecommitdiff
path: root/env/.config/.profile
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-06-08 19:02:50 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-06-08 19:02:50 -0500
commitfafe4746e4a5e1ee191332e1b883440658f3876c (patch)
tree53b0b05c29de993a1ecb6311552c77bb6b6c4efe /env/.config/.profile
parent01b58f09b74cf22cbdbdc24dbdc8b62fed15f21e (diff)
removed unused preload. vim word searching. moved tab maps. fixed zsh clipboard
Diffstat (limited to 'env/.config/.profile')
-rwxr-xr-xenv/.config/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/env/.config/.profile b/env/.config/.profile
index b862378..55d74bc 100755
--- a/env/.config/.profile
+++ b/env/.config/.profile
@@ -38,7 +38,7 @@ export heartost="/home/iceyrazor/.steam/root/steamapps/music/Heartbound - OST"
alias fukn="sudo $@"
alias ls='ls --color=auto'
-alias lss="fukn du -ahd 1 | sort -hr"
+alias lss="fukn du -ahd 1 | sort -h"
alias lsu="lsblk --filter 'NAME=~\"sd[abcde]\"' -o NAME,MOUNTPOINTS"
alias surf="WEBKIT_DISABLE_COMPOSITING_MODE=1 surf"
alias grep='grep --color=auto'