diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-15 15:14:51 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-15 15:14:51 -0500 |
commit | d09be0d5ced1b31e40a1114581abfce0db06c540 (patch) | |
tree | ac600d4042669ace826c716a4e5b087583fa2793 /kshrc | |
parent | 9e78cd1d33b05fea802c19f5641b0f09fd592313 (diff) | |
download | rcm-d09be0d5ced1b31e40a1114581abfce0db06c540.tar.gz rcm-d09be0d5ced1b31e40a1114581abfce0db06c540.tar.bz2 rcm-d09be0d5ced1b31e40a1114581abfce0db06c540.zip |
Add tigrc; switch to ksh
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)" |