Remove username and hostname with ssh, better git quickshow

This commit is contained in:
2021-09-07 03:24:39 +02:00
parent b9ab6c20e5
commit 35f6b47ca5
3 changed files with 18 additions and 15 deletions
+2
View File
@@ -26,6 +26,8 @@ export EDITOR=nvim
export AUTOENV_ENV_FILENAME='.autoenv.zsh'
export AUTOENV_ENV_LEAVE_FILENAME='.autoenv_leave.zsh'
export AUTOENV_ENABLE_LEAVE='yes'
#export PS1='${SSH_TTY:+"%F{9}%n%f%F{7}@%f%F{3}%m%F "}%F{4}${_prompt_sorin_pwd}%(!. %B%F{1}#%f%b.)${editor_info[keymap]} '
export PS1='%F{4}${_prompt_sorin_pwd}%(!. %B%F{1}#%f%b.)${editor_info[keymap]} '
# To remove the conda env on ps1, run:
# conda config --set changeps1 False