Last active
July 21, 2020 05:03
-
-
Save amio/f42ef05c2669849da6d7db22ef30af7c to your computer and use it in GitHub Desktop.
Shell Aliases
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
# 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