diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-06-08 19:02:50 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-06-08 19:02:50 -0500 |
| commit | fafe4746e4a5e1ee191332e1b883440658f3876c (patch) | |
| tree | 53b0b05c29de993a1ecb6311552c77bb6b6c4efe /env/.config/.profile | |
| parent | 01b58f09b74cf22cbdbdc24dbdc8b62fed15f21e (diff) | |
removed unused preload. vim word searching. moved tab maps. fixed zsh clipboard
Diffstat (limited to 'env/.config/.profile')
| -rwxr-xr-x | env/.config/.profile | 2 |
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' |
