Skip to content

Instantly share code, notes, and snippets.

@Ninroot
Last active March 19, 2020 03:50
Show Gist options
  • Save Ninroot/3dc9dbb7cdc03d6e7647b439debdc3de to your computer and use it in GitHub Desktop.
Save Ninroot/3dc9dbb7cdc03d6e7647b439debdc3de to your computer and use it in GitHub Desktop.
alias
alias reload="source ~/.zshrc"
alias zshconfig="vim ~/.zshrc"
# Example: `Wed. 12.06.2019`
alias today="date +'%a. %d.%m.%Y'"
alias addtoday='/usr/local/opt/gnu-sed/libexec/gnubin/sed -i "1s/^/## $(today)\n\n /" $1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment