Skip to content

Commit

Permalink
better default behavior for diff
Browse files Browse the repository at this point in the history
  • Loading branch information
anlutro committed Jun 12, 2024
1 parent 7d304ac commit 1f021f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/shell/shrc.d/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ alias rmvenv='venv destroy'
# misc
alias ap='ansible-playbook'
alias dc='docker-compose'
alias diff='diff --color --unified'
alias gdiff='git diff --no-index'
alias jn='jupyter-notebook'
alias most-common='sort | uniq -c | sort -nr | head'
Expand Down

0 comments on commit 1f021f7

Please sign in to comment.