commit ec5255c5ba639381bc79faa7dfb4687d4e2de7ce
parent 3a6b13ca9a3ec3e5a4f0758b8d63c4c674f7b8f6
Author: regexghost <dev@regexghost.com>
Date: Sat, 8 Aug 2026 19:26:28 +0100
disabled interactivity from within ncdu, fixed PATH in .profile so it doesn't end up with duplicated entries, other minor fixes
Diffstat:
4 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/dotfiles/.config/newsraft/teen-vogue.sh b/dotfiles/.config/newsraft/teen-vogue.sh
@@ -31,4 +31,3 @@ sed 's/<\/a>//g' |\
echo "$content" | fold -s >> "$OUTPUT_FILE"
${PAGER:-less} "$OUTPUT_FILE"
-
diff --git a/dotfiles/.kshrc b/dotfiles/.kshrc
@@ -25,7 +25,7 @@ alias grepa='grep -i -I -A 5 -B 5 --color=auto' # grep surrounding lines
alias gi='/usr/bin/grep -ir --color=auto' # recursive grep
alias diff='diff --color'
alias n='nano'
-alias sq='ncdu' # not sure why this is "sq" but I'm used to it now
+alias sq='ncdu --disable-delete --disable-shell' # not sure why this is "sq" but I'm used to it now
alias b='bat --wrap word --theme=base16'
alias mv='mymv' # sbase mv doesn't have -i option
alias cp='cp -r -i'
diff --git a/dotfiles/.profile b/dotfiles/.profile
@@ -29,7 +29,7 @@ export EDITOR="vi"
export VISUAL="nano"
export PAGER="bat --wrap=word --theme=base16 --paging=always"
export BROWSER="firefox"
-export PATH="$HOME/.local/bin:$PATH"
+export PATH="$HOME/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
export TERMINAL="st"
export IMAGE_VIEWER="sxiv"
export VIDEO_PLAYER="mpv"
diff --git a/jwm/.config/jwm/jwmrc b/jwm/.config/jwm/jwmrc
@@ -194,7 +194,7 @@
<Key mask="4" key="r">exec:keepassxc</Key>
<Key mask="4S" key="w">exec:chromium</Key>
<Key mask="4" key="n">exec:st -t nethogs -c nethogs -e nethogs</Key>
- <Key mask="4" key="u">exec:st -t cava -c cave -e cava</Key>
+ <Key mask="4" key="u">exec:st -t cava -c cava -e cava</Key>
<Key mask="4" key="c">exec:st -t qalc -c qalc -e qalc</Key>
<Key mask="4" key="e">exec:st -t nnn -c nnn -e files</Key>
<Key mask="4S" key="e">exec:xfe</Key>