Created
April 10, 2022 06:28
-
-
Save stavalfi/10dd4ba8b14b68a8990577be66a0ed28 to your computer and use it in GitHub Desktop.
stav fish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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