diff options
Diffstat (limited to 'kshrc')
-rw-r--r-- | kshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,3 @@ -eval "$(zoxide init posix --hook prompt)" export GPG_TTY=/dev/pts/0 gpg-connect-agent updatestartuptty /bye >/dev/null alias grep="ugrep --exclude-dir=node-modules --exclude-dir=_build" @@ -12,5 +11,6 @@ alias infols="inxi -S -c 0" alias de='eval "$(direnv export bash)"' alias f-commit="fossil commit && fossil git export" PS1='$(git branch 2> /dev/null | grep "^\*" | colrm 1 2 | sed -e "s/$/./")${PWD##*/} ' -eval "$(direnv export bash)" export SHELL='ksh' +eval "$(direnv export bash)" +eval "$(zoxide init posix --hook prompt)" |