Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Created November 5, 2020 08:37
Show Gist options
  • Save ezhov-da/183d8db9db10b76a0726f790ed106c1f to your computer and use it in GitHub Desktop.
Save ezhov-da/183d8db9db10b76a0726f790ed106c1f to your computer and use it in GitHub Desktop.
Добавление alias
==> https://stackoverflow.com/questions/37104273/how-to-set-aliases-in-the-git-bash-for-windows
cd
echo alias k=\'kubectl\' >> .bashrc
source .bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment