Skip to content

Instantly share code, notes, and snippets.

@stavalfi
Created April 10, 2022 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stavalfi/10dd4ba8b14b68a8990577be66a0ed28 to your computer and use it in GitHub Desktop.
Save stavalfi/10dd4ba8b14b68a8990577be66a0ed28 to your computer and use it in GitHub Desktop.
stav fish
if status is-interactive
# Commands to run in interactive sessions can go here
end
fnm env | source
secrethub completion fish | source
set PATH $HOME/.cargo/bin /Users/stavalfi/.fnm/node-versions/v14.18.1/installation/bin $PATH
alias config.fish "code ~/.config/fish/config.fish"
alias config.vimrc "code ~/.vimrc"
alias crw "cargo watch -qcx 'run -q'"
set -x KUBE_EDITOR 'code --wait'
# Created by `userpath` on 2020-06-05 14:46:23
set PATH $PATH /Users/stavalfi-dev/.local/bin /Users/stavalfi-dev/Library/Python/3.7/bin
set PATH $PATH /usr/local/bin
set PATH $PATH /Users/stavalfi/Library/Python/2.7/bin
z ss
alias pod "kubectl describe pod"
alias podl "kubectl get pod"
alias plog "kubectl logs -f"
alias clog "docker logs"
alias k8s-docker "eval (minikube docker-env --shell fish)"
alias k "kubectl"
alias clear-screen 'printf "\033c"'
set -gx PATH $PATH $HOME/.krew/bin
set -U fish_greeting "" # remove annoying msg of fish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment