diff options
author | Marc Coquand <marc@mccd.space> | 2024-07-03 12:10:12 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-07-03 12:10:12 -0500 |
commit | b718b8ef6eaacec84668c40f9ab52dda12df6669 (patch) | |
tree | 63a0369a75efa14dd3d16db25ceda314b9de400b /kshrc | |
parent | 642c61aa0597819c27f3587ed417abecb322e56c (diff) | |
download | openbsd-b718b8ef6eaacec84668c40f9ab52dda12df6669.tar.gz openbsd-b718b8ef6eaacec84668c40f9ab52dda12df6669.tar.bz2 openbsd-b718b8ef6eaacec84668c40f9ab52dda12df6669.zip |
Alpine stuff
Diffstat (limited to 'kshrc')
-rw-r--r-- | kshrc | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,8 +1,10 @@ export GPG_TTY=/dev/pts/0 export HISTFILE="$HOME/.history" -alias grep="ugrep --exclude-dir=node-modules --exclude-dir=_build" +#alias grep="ugrep --exclude-dir=node-modules --exclude-dir=_build" alias e="$EDITOR" alias g="git" +alias grep="ugrep" +alias tldr="NO_COLOR=1 tldr" #alias sdf="sshpass -p $(pass sdf) ssh mccd@tty.sdf.org" alias de='eval "$(direnv export bash)"' alias f-commit="fossil commit && fossil git export" @@ -15,5 +17,7 @@ if [ -x "$(command -v opam)" ]; then eval $(opam env) fi -date -apm +echo "BAT: $(cat /sys/class/power_supply/BAT0/capacity)%" + +eval "$(zoxide init posix --hook prompt)" + |