Skip to content

Instantly share code, notes, and snippets.

@Karitham
Last active February 27, 2024 09:32
Show Gist options
  • Save Karitham/1576a40deddabf30189c81e4a3ae5dca to your computer and use it in GitHub Desktop.
Save Karitham/1576a40deddabf30189c81e4a3ae5dca to your computer and use it in GitHub Desktop.
alias for direnv
alias() {
mkdir -p .direnv/bin
echo "#!/usr/bin/env sh
$(which $2) \$@" >.direnv/bin/$1
chmod +x .direnv/bin/$1
}
alias k8 kubectl
alias k9 k9s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment