mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Remove colors
This commit is contained in:
parent
f3cb7d8f52
commit
f37c1fcdf3
1 changed files with 2 additions and 2 deletions
|
|
@ -5,12 +5,12 @@ case "$OSTYPE" in
|
||||||
alias top="top -o cpu -s 5"
|
alias top="top -o cpu -s 5"
|
||||||
;;
|
;;
|
||||||
*linux*)
|
*linux*)
|
||||||
alias ls="ls --color"
|
alias ls="ls --color=no"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
alias ll="ls -l"
|
alias ll="ls -l"
|
||||||
alias tree="tree -C"
|
alias tree="tree -n"
|
||||||
if command -v colordiff 2>&1 >/dev/null; then
|
if command -v colordiff 2>&1 >/dev/null; then
|
||||||
alias diff="colordiff"
|
alias diff="colordiff"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue