mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
moar kolors!
This commit is contained in:
parent
bebc3a2bfe
commit
a0b8051a6a
1 changed files with 4 additions and 3 deletions
|
|
@ -1,14 +1,15 @@
|
|||
## .aliases
|
||||
|
||||
case "$(uname)" in
|
||||
"Darwin")
|
||||
case "$OSTYPE" in
|
||||
*darwin*)
|
||||
alias top="top -o cpu -s 5"
|
||||
;;
|
||||
"Linux")
|
||||
*linux*)
|
||||
alias ls="ls --color"
|
||||
;;
|
||||
esac
|
||||
|
||||
alias ll="ls -l"
|
||||
alias tree="tree -C"
|
||||
which colordiff 2>&1 >/dev/null && alias diff="colordiff"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue