aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/zsh/.zprofile
diff options
context:
space:
mode:
authorLibravatar sommerfeld <[email protected]>2026-04-17 10:53:31 +0100
committerLibravatar sommerfeld <[email protected]>2026-04-17 10:53:31 +0100
commit6a60acf2b71004a830fe3c70df6d03fee28d3af7 (patch)
tree3e7833a0410309c840e33ae1edba66efb25eec22 /home/.config/zsh/.zprofile
parentf6077d77612835e1c5959fb3d37c933cc2ac6b80 (diff)
downloaddotfiles-6a60acf2b71004a830fe3c70df6d03fee28d3af7.tar.gz
dotfiles-6a60acf2b71004a830fe3c70df6d03fee28d3af7.tar.bz2
dotfiles-6a60acf2b71004a830fe3c70df6d03fee28d3af7.zip
refactor: modernize aliases and clean up LESS flags
- Replace fgrep/egrep aliases with grep -F/grep -E (POSIX deprecated the standalone fgrep/egrep commands) - Rename gdb alias to gdbr (gdb auto-started with args is a convenience shortcut, not a replacement for plain gdb) - Remove LESS -X flag (legacy workaround for old less versions that didn't properly use alternate screen)
Diffstat (limited to 'home/.config/zsh/.zprofile')
-rw-r--r--home/.config/zsh/.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.config/zsh/.zprofile b/home/.config/zsh/.zprofile
index 7134327..fc1554d 100644
--- a/home/.config/zsh/.zprofile
+++ b/home/.config/zsh/.zprofile
@@ -35,7 +35,7 @@ export MANPAGER='nvim +Man!'
export MANWIDTH=999
# ── less ──────────────────────────────────────────────────────────────────────
-export LESS="-F -X --RAW-CONTROL-CHARS"
+export LESS="-F --RAW-CONTROL-CHARS"
[[ -r /usr/bin/source-highlight-esc.sh ]] && export LESSOPEN="| /usr/bin/source-highlight-esc.sh %s"
# ── GPG / SSH ─────────────────────────────────────────────────────────────────