Ubuntu est une Debian
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
alias ls='ls --color'
|
alias ls='ls --color'
|
||||||
alias grep='grep --color'
|
alias grep='grep --color'
|
||||||
|
|
||||||
source $ZDOTDIR/rc.os/prompt.zsh
|
source $ZDOTDIR/rc.os/prompt.zsh
|
||||||
@@ -26,5 +26,4 @@ zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
|
|||||||
|
|
||||||
# Distrib specific
|
# Distrib specific
|
||||||
[ -r /etc/debian_version ] && source $ZDOTDIR/rc.os/Debian.zsh
|
[ -r /etc/debian_version ] && source $ZDOTDIR/rc.os/Debian.zsh
|
||||||
[ -r /etc/lsb-release ] && source $ZDOTDIR/rc.os/Ubuntu.zsh
|
|
||||||
[ -e /etc/arch-release ] && source $ZDOTDIR/rc.os/Arch.zsh
|
[ -e /etc/arch-release ] && source $ZDOTDIR/rc.os/Arch.zsh
|
||||||
|
|||||||
Reference in New Issue
Block a user