From cc38b8b088c4572f2bcb6d67204897ab3f03d565 Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Sat, 19 Nov 2022 00:40:14 +0100 Subject: [PATCH] More fun with zsh --- zsh/.zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 405b5df..a3aa551 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -25,7 +25,9 @@ test -r "~/.dir_colors" && eval $(dircolors ~/.dir_colors) source ~/.aliases autoload -U colors colors - +autoload zcalc +autoload zmv +autoload zed ############################################################################################################################### # History Settings # ############################################################################################################################### @@ -195,7 +197,6 @@ zinit light jeffreytse/zsh-vi-mode ##zplug "plugins/tmux", from:oh-my-zsh #zplug "plugins/urltools", from:oh-my-zsh ##zplug "plugins/thefuck", from:oh-my-zsh #Used interchangably with -#zplug "laggardkernel/zsh-thefuck" ##setopt correct #<-This option ## Load completion library for those sweet [tab] squares #zplug "lib/completion", from:oh-my-zsh