diff options
author | Marc Coquand <marc@mccd.space> | 2024-07-01 21:27:23 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-07-12 12:58:07 -0500 |
commit | 9053e1033e69f71389cc24196c6c588f8c35a683 (patch) | |
tree | db85daee634c71df149b5a6b5c37f95753b652fa /kshrc | |
parent | 0a20357d4585da91d92252972f3eb7b715ff64ab (diff) | |
download | bsd-9053e1033e69f71389cc24196c6c588f8c35a683.tar.gz bsd-9053e1033e69f71389cc24196c6c588f8c35a683.tar.bz2 bsd-9053e1033e69f71389cc24196c6c588f8c35a683.zip |
vimrc
Diffstat (limited to '')
-rw-r--r-- | kshrc | 20 |
1 files changed, 9 insertions, 11 deletions
@@ -1,19 +1,17 @@ -export GPG_TTY=/dev/pts/0 -export HISTFILE="$HOME/.history" -alias grep="ugrep --exclude-dir=node-modules --exclude-dir=_build" +#export HISTFILE="$HOME/.history" +#alias grep="ugrep --exclude-dir=node-modules --exclude-dir=_build" alias e="$EDITOR" +alias go=go122 alias g="git" -#alias sdf="sshpass -p $(pass sdf) ssh mccd@tty.sdf.org" +alias grep="ugrep" +alias tldr="NO_COLOR=1 tldr" +alias fd="NO_COLOR=1 fdfind" alias de='eval "$(direnv export bash)"' alias f-commit="fossil commit && fossil git export" alias jrnl='stitch -t :journal:' - -PS1='${PWD##*/} ' +alias bat='envstat -d acpibat0 | grep 'charge:' | awk "{print $6}"' set -o emacs -if [ -x "$(command -v opam)" ]; then - eval $(opam env) -fi +PS1='${PWD##*/} ' -date -apm +eval "$(zoxide init posix --hook prompt)" |