small neovim changes, readme

This commit is contained in:
Tanishq Dubey
2022-07-26 11:23:45 -04:00
parent 3506c21b8d
commit d376807ef5
6 changed files with 35 additions and 7 deletions

View File

@ -1,8 +1,8 @@
fortune | cowsay
cd /home/tdubey/fleet >> /dev/null && source .envrc >> /dev/null && cd -
[ -d "/home/tdubey/fleet" ] && cd /home/tdubey/fleet >> /dev/null && source .envrc >> /dev/null && cd -
export GPG_TTY=$(tty)
export PATH="$HOME/.fleetcli/bin:$PATH"
source <(kubectl completion zsh)
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
@ -148,4 +148,3 @@ export PATH="$HOME/.tgenv/bin:$PATH"
autoload -U compinit; compinit
export PATH="$HOME/.fleetcli/bin:$PATH"