summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEwy~ <ewy0@protonmail.com>2025-01-13 20:47:32 +0100
committerEwy~ <ewy0@protonmail.com>2025-01-13 20:47:32 +0100
commit9fa95d851dbbe1d866b85848f6215e8e2d1dedf0 (patch)
tree31f69eb002c84ddadf86171aa3b67d5ab83a2946
parentf67806d02b60e663f12ecb1dad1dba63b219e5f2 (diff)
remove emoji plugin because it is horribly slow
-rw-r--r--.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 6afc2e1..6fc3589 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,6 +1,7 @@
setopt completealiases
alias dotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'
+zmodload zsh/zprof
ZSH_CUSTOM="$HOME/.config/zsh"
ZSH_THEME="funky"
zstyle ':omz:update' mode auto
@@ -11,7 +12,6 @@ plugins=(
cp
copyfile
copypath
- emoji
git
git-commit
git-escape-magic
@@ -35,3 +35,4 @@ plugins=(
)
. /usr/share/oh-my-zsh/oh-my-zsh.sh
+zprof