Skip to content

Commit

Permalink
Add alias "cal".
Browse files Browse the repository at this point in the history
  • Loading branch information
gslin committed Jun 30, 2023
1 parent f0b4b6b commit f622710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .bashrc
Expand Up @@ -4,6 +4,7 @@ cd "${HOME}"
#
alias SYNC="sync; sync; sync"
alias c="clear"
alias cal="python3 -m calendar"
alias ccat="pygmentize -g"
alias cd..="cd .."
alias cd...="cd ../.."
Expand Down
1 change: 1 addition & 0 deletions .zshrc
Expand Up @@ -4,6 +4,7 @@ cd "$HOME"
#
alias "SYNC=sync;sync;sync"
alias "c=clear"
alias "cal=python3 -m calendar"
alias "ccat=pygmentize -g"
alias "cd..=cd .."
alias "cd...=cd ../.."
Expand Down

0 comments on commit f622710

Please sign in to comment.