From 21d90a341b4f2c876d97c0672dbec65758731712 Mon Sep 17 00:00:00 2001 From: Sasha MOREL Date: Fri, 25 Sep 2020 09:32:22 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20du=20d=C3=A9but=20du=20fichier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rc.os/Debian.zsh | 2 +- rc.os/Linux.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rc.os/Debian.zsh b/rc.os/Debian.zsh index 7f8bf37..930413b 100644 --- a/rc.os/Debian.zsh +++ b/rc.os/Debian.zsh @@ -1,4 +1,4 @@ -# vim: set syntax=zsh: +# vim: set syntax=zsh: # Completion for apache 2 Debian tools diff --git a/rc.os/Linux.zsh b/rc.os/Linux.zsh index f732bb4..a8b2d1b 100644 --- a/rc.os/Linux.zsh +++ b/rc.os/Linux.zsh @@ -1,4 +1,4 @@ -alias ls='ls --color' +alias ls='ls --color' alias grep='grep --color' source $ZDOTDIR/rc.os/prompt.zsh