summaryrefslogtreecommitdiff
path: root/kshrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--shrc (renamed from kshrc)5
1 files changed, 3 insertions, 2 deletions
diff --git a/kshrc b/shrc
index b013f1d..01dd767 100644
--- a/kshrc
+++ b/shrc
@@ -1,7 +1,6 @@
#export HISTFILE="$HOME/.history"
#alias grep="ugrep --exclude-dir=node-modules --exclude-dir=_build"
alias e="$EDITOR"
-alias go=go122
alias g="git"
alias grep="ugrep"
alias tldr="NO_COLOR=1 tldr"
@@ -12,6 +11,8 @@ alias jrnl='stitch -t :journal:'
alias bat='envstat -d acpibat0 | grep 'charge:' | awk "{print $6}"'
set -o emacs
-PS1='${PWD##*/} '
+set -o promptcmds
+set -o tabcomplete
+PS1="${PWD##*/} $PS1"
eval "$(zoxide init posix --hook prompt)"