From 46c07d2410a1783b932e9ec25e86ed931e2cc7d9 Mon Sep 17 00:00:00 2001 From: Niklas Date: Wed, 1 Jul 2020 00:27:03 +0200 Subject: [PATCH] added PROMPT_EOL_MARK to zsh. fix the % at EOL --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index ad5b0c4..100fd7e 100644 --- a/.zshrc +++ b/.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"