diff options
Diffstat (limited to 'mkshrc')
| -rw-r--r-- | mkshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ esac export VIMINIT="source ~/.config/vim/vimrc" export NVIMINIT="source ~/.config/vim/vimrc" -HISTFILE="$HOME/.mksh_history" +HISTFILE="/tmp/.mksh_history$$" HISTSIZE=5000 if [ -x /usr/bin/dircolors ]; then @@ -55,4 +55,4 @@ parse_git_dirty() { bind '^L=clear-screen' -export PS1="[0;97m\${PWD/#\$HOME/\~}[0;37m\`parse_git_branch\` > [0;0m" +export PS1="[0;97m\${PWD/#\$HOME/\~}[0;37m\`parse_git_branch\` > [3 q[0;0m" |
