From 59ca7f8bca00a77569dba6e8b4a00e0f8465c07f Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Mon, 10 Feb 2025 23:11:04 +0000 Subject: move & update .zshrc --- .zshrc | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .zshrc (limited to '.zshrc') diff --git a/.zshrc b/.zshrc deleted file mode 100644 index 70a9688..0000000 --- a/.zshrc +++ /dev/null @@ -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 -- cgit v1.2.3