Skip to content

Instantly share code, notes, and snippets.

@amio
Last active July 21, 2020 05:03
Show Gist options
  • Save amio/f42ef05c2669849da6d7db22ef30af7c to your computer and use it in GitHub Desktop.
Save amio/f42ef05c2669849da6d7db22ef30af7c to your computer and use it in GitHub Desktop.
Shell Aliases
# Fish Shell Aliases
alias ydl "youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio' --merge-output-format mp4"
alias bn 'npm --registry https://bnpm.byted.org'
alias k1 'kubectl --kubeconfig ~/.kube/config/k1.yaml'
alias k2 'kubectl --kubeconfig ~/.kube/config/k2.yaml'
alias k3 'kubectl --kubeconfig ~/.kube/config/k3.yaml'
# source ~/.config/fish/config.fish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment