added PROMPT_EOL_MARK to zsh. fix the % at EOL
This commit is contained in:
parent
9d13b3496f
commit
46c07d2410
4
.zshrc
4
.zshrc
@ -82,6 +82,9 @@ source /usr/share/doc/pkgfile/command-not-found.zsh
|
||||
|
||||
# Variables
|
||||
|
||||
# ZSH percent fix
|
||||
export PROMPT_EOL_MARK=""
|
||||
|
||||
# FZF
|
||||
export FZF_DEFAULT_COMMAND="fd --type file --color=always"
|
||||
export FZF_DEFAULT_OPTS="--ansi"
|
||||
@ -100,3 +103,4 @@ alias dotfiles="git --git-dir=$XDG_DATA_HOME/dotfiles-remastered --work-tree=$HO
|
||||
alias open="xdg-open"
|
||||
alias mixer="pulsemixer"
|
||||
alias ssh="TERM=xterm-256color ssh"
|
||||
alias yt-dl-audio="youtube-dl --extract-audio --audio-format mp3"
|
||||
|
Loading…
Reference in New Issue
Block a user