diff options
author | Marc Coquand <marc@mccd.space> | 2024-06-02 13:53:10 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-06-02 13:53:10 -0500 |
commit | bc826bb1bed8888d85eddf775934a92f1a71db5d (patch) | |
tree | 555527861b0dfb9808dff1d4bf53df6a77157d7f /kshrc | |
parent | a8e02fc87821bf99f581f26ce292f4f5338cdec7 (diff) | |
download | rcm-bc826bb1bed8888d85eddf775934a92f1a71db5d.tar.gz rcm-bc826bb1bed8888d85eddf775934a92f1a71db5d.tar.bz2 rcm-bc826bb1bed8888d85eddf775934a92f1a71db5d.zip |
updates
Diffstat (limited to 'kshrc')
-rw-r--r-- | kshrc | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -3,9 +3,7 @@ export HISTFILE="$HOME/.history" gpg-connect-agent updatestartuptty /bye >/dev/null alias grep="ugrep --exclude-dir=node-modules --exclude-dir=_build" alias e="$EDITOR" -alias sudo='doas' alias g="git" -alias sic='sic -k $(pass libera.chat) -h irc.libera.chat' alias infols="inxi -S -c 0" alias de='eval "$(direnv export bash)"' alias f-commit="fossil commit && fossil git export" @@ -17,5 +15,6 @@ if [ -x "$(command -v opam)" ]; then eval $(opam env) fi -eval "$(direnv export bash)" +display-battery-freebsd.sh + eval "$(zoxide init posix --hook prompt)" |