Files
aglab.dotfiles/.zprofile
SilverAg.L 6e2299e23f update shell history path
py is less convenient accessing inodes than pwsh, no need to redirect.
2025-12-31 20:51:18 +08:00

14 lines
357 B
Bash

# to clear history of shells easily operating filesystem.
# also powershell/PSReadLine -> /tmp/$USER/terminal
mkdir -p /tmp/$USER/terminal
# avoid dumplicate env appending.
# [[ -f /run/user/$UID/.zshlogon ]] && return
# touch /run/user/$UID/.zshlogon
PATH="$HOME/.local/bin:$PATH"
PATH="$HOME/.niri-dotfiles/bin:$PATH"
export -U PATH
export EDITOR=nano