You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
alias s="tail -r ~/repos/_notes/snippets.txt | fzf --border --layout=reverse --prompt='Search for command to copy into the clipboard: ' | tr -d '\n' | pbcopy"
alias v=nvim
alias vc="vim ~/.config/nvim/init.vim"
alias vi=nvim
alias vim=nvim
bindkey -v
export KEYTIMEOUT=1
eval "$(starship init zsh)"
if [ "$TMUX" = "" ]; then tmux; fi
source <(kubectl completion zsh) # setup autocomplete in zsh into the current shell