mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 08:20:59 +02:00
Add note about zsh % end of line mark
This commit is contained in:
parent
f77b79d5e7
commit
67ed4c20c9
4
.zshrc
4
.zshrc
@ -49,6 +49,10 @@ zstyle ':prompt:grml:left:setup' items rc config-env virtual-env change-root use
|
||||
# Disable right side sad smiley, works nicer with resized terminal
|
||||
zstyle ':prompt:grml:right:setup' use-rprompt false
|
||||
|
||||
# disable PROMPT_EOL_MARK or also known as % on end of line
|
||||
# https://unix.stackexchange.com/a/302710
|
||||
#set +o prompt_cr +o prompt_sp
|
||||
|
||||
# Git based dotfiles setup start
|
||||
function _config_activate {
|
||||
export GIT_DIR=$HOME/.cfg/
|
||||
|
Loading…
Reference in New Issue
Block a user