aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-03-22 01:53:40 +0000
committerYann Herklotz <git@yannherklotz.com>2022-03-22 01:53:40 +0000
commit433f57c839f51239928ff5c95308d278aa485a4b (patch)
treeadaa6ac84ee6cd41cb4aacb86eff456355d8adc9 /zsh/.zshrc
parent413ddaca26bfa125e2b8d2cc694931039f270de2 (diff)
downloaddotfiles-433f57c839f51239928ff5c95308d278aa485a4b.tar.gz
dotfiles-433f57c839f51239928ff5c95308d278aa485a4b.zip
Changes to zsh and emacs
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index d3555fc..017f031 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -27,13 +27,14 @@ setopt HIST_FIND_NO_DUPS
#if [ -d ~/.cache/wal ]; then (cat ~/.cache/wal/sequences &) fi
-export MINIMAL_MAGIC_ENTER=no
+#export MINIMAL_MAGIC_ENTER=no
+PS1="%n@%m %1~ %# "
# Sourcing everything
#if [ -e /usr/share/fzf/key-bindings.zsh ]; then source /usr/share/fzf/key-bindings.zsh; fi
#if [ -e /usr/share/fzf/completion.zsh ]; then source /usr/share/fzf/completion.zsh; fi
if [ -e $HOME/.zsh/export.zsh ]; then source $HOME/.zsh/export.zsh; fi
-if [ -e $HOME/.zsh/minimal.zsh ]; then source $HOME/.zsh/minimal.zsh; fi
+#if [ -e $HOME/.zsh/minimal.zsh ]; then source $HOME/.zsh/minimal.zsh; fi
if [ -e $HOME/.zsh/function.zsh ]; then source $HOME/.zsh/function.zsh; fi
if [ -e $HOME/.zsh/startup.zsh ]; then source $HOME/.zsh/startup.zsh; fi
if [ -e $HOME/.zsh/zsh-history-substring-search/zsh-history-substring-search.zsh ]; then source $HOME/.zsh/zsh-history-substring-search/zsh-history-substring-search.zsh; fi