aboutsummaryrefslogtreecommitdiff
path: root/src/config/files/shell/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/files/shell/.zshrc')
-rw-r--r--src/config/files/shell/.zshrc11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/config/files/shell/.zshrc b/src/config/files/shell/.zshrc
index b663bb3..ad4b8c0 100644
--- a/src/config/files/shell/.zshrc
+++ b/src/config/files/shell/.zshrc
@@ -82,7 +82,6 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
plugins=(git
zsh-autosuggestions
zsh-syntax-highlighting
-
)
source $ZSH/oh-my-zsh.sh
@@ -120,3 +119,13 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
+compdef _doctl doctl
+export EDITOR="/usr/bin/nvim"
+# Install Ruby Gems to ~/gems
+export GEM_HOME="$HOME/.gems"
+export PATH="$HOME/.gems/bin:$PATH"
+export PATH="$HOME/.local/bin:$PATH"
+
+alias note="/bin/nvim /home/aaditya/Notes/general/$(date +'%d-%m-%y').md"
+source <(kubectl completion zsh)
+alias k=kubectl