diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-10 23:11:04 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-10 23:11:04 +0000 |
| commit | 59ca7f8bca00a77569dba6e8b4a00e0f8465c07f (patch) | |
| tree | 602898310437e9b44e019cff104fa56b1e7c599b /.zshrc | |
| parent | 3887e6280f92a3d5929622fc36d300b3dfe21b55 (diff) | |
| download | dotfiles-59ca7f8bca00a77569dba6e8b4a00e0f8465c07f.tar.gz dotfiles-59ca7f8bca00a77569dba6e8b4a00e0f8465c07f.zip | |
move & update .zshrc
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -1,19 +0,0 @@ -eval "$(oh-my-posh init zsh --config ~/.omp_themes/tiwahu.omp.json)" -export PATH=$HOME/.local/bin:$PATH -source <(fzf --zsh) -eval $(thefuck --alias) - -# Antigen Stuff - -source $HOME/antigen.zsh - -# load plugins -antigen bundle git -antigen bundle node -antigen bundle npm -antigen bundle zsh-users/zsh-autosuggestions -antigen bundle zsh-users/zsh-syntax-highlighting -antigen bundle MichaelAquilina/zsh-you-should-use -antigen bundle fdellwing/zsh-bat - -antigen apply |
