Skip to content

Instantly share code, notes, and snippets.

@aeinbu
Last active November 8, 2023 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aeinbu/326207fdabddcd730f448a1459da4bf5 to your computer and use it in GitHub Desktop.
Save aeinbu/326207fdabddcd730f448a1459da4bf5 to your computer and use it in GitHub Desktop.
`la` and `mkcd` commands
alias la="ls -a"
mkcd() {
mkdir $1 && cd $1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment