summaryrefslogtreecommitdiff
path: root/kshrc
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-06-02 13:53:10 -0500
committerMarc Coquand <marc@mccd.space>2024-06-02 13:53:10 -0500
commitbc826bb1bed8888d85eddf775934a92f1a71db5d (patch)
tree555527861b0dfb9808dff1d4bf53df6a77157d7f /kshrc
parenta8e02fc87821bf99f581f26ce292f4f5338cdec7 (diff)
downloadrcm-bc826bb1bed8888d85eddf775934a92f1a71db5d.tar.gz
rcm-bc826bb1bed8888d85eddf775934a92f1a71db5d.tar.bz2
rcm-bc826bb1bed8888d85eddf775934a92f1a71db5d.zip
updates
Diffstat (limited to 'kshrc')
-rw-r--r--kshrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/kshrc b/kshrc
index defece3..d6b5ac8 100644
--- a/kshrc
+++ b/kshrc
@@ -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)"