diff options
| author | Ewy~ <ewy0@protonmail.com> | 2025-01-13 20:47:32 +0100 |
|---|---|---|
| committer | Ewy~ <ewy0@protonmail.com> | 2025-01-13 20:47:32 +0100 |
| commit | 9fa95d851dbbe1d866b85848f6215e8e2d1dedf0 (patch) | |
| tree | 31f69eb002c84ddadf86171aa3b67d5ab83a2946 /.zshrc | |
| parent | f67806d02b60e663f12ecb1dad1dba63b219e5f2 (diff) | |
remove emoji plugin because it is horribly slow
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
