Last active
March 19, 2020 03:50
-
-
Save Ninroot/3dc9dbb7cdc03d6e7647b439debdc3de to your computer and use it in GitHub Desktop.
alias
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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