summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 2 insertions, 4 deletions
diff --git a/.zshrc b/.zshrc
index 52b228e..c631096 100644
--- a/.zshrc
+++ b/.zshrc
@@ -19,13 +19,11 @@ unsetopt BEEP
alias ls='ls --color=auto'
alias grep='grep --color=auto'
+stty -ixon
+
# Prompt
set_prompt() {
# PROMPT="%B%F{174}%n%f%b%F{15}@%f%F{81}%m %F{47}%~ %F{105}$(git-ps1)%F{15}$ "
PROMPT="%B%F{153}%n %F{47}%~ %F{105}$(git-ps1)%F{15}$ "
}
precmd_functions+=(set_prompt)
-
-. "$HOME/.local/bin/env"
-
-echo -ne '\e[2 q'