Skip to content

Instantly share code, notes, and snippets.

@aeinbu
Last active November 8, 2023 19:54
Show Gist options
  • Save aeinbu/326207fdabddcd730f448a1459da4bf5 to your computer and use it in GitHub Desktop.
Save aeinbu/326207fdabddcd730f448a1459da4bf5 to your computer and use it in GitHub Desktop.

Revisions

  1. aeinbu revised this gist Nov 8, 2023. No changes.
  2. aeinbu created this gist Nov 8, 2023.
    5 changes: 5 additions & 0 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    alias la="ls -a"

    mkcd() {
    mkdir $1 && cd $1
    }