From f053600aa8da435486acb81fa9a6dad46f5d1ec2 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 18 Oct 2019 14:47:08 +0200 Subject: stuff... --- user:hugues/Aliases.zsh | 6 ++++-- user:hugues/Environment.zsh | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'user:hugues') diff --git a/user:hugues/Aliases.zsh b/user:hugues/Aliases.zsh index 99304f8..773e2f9 100644 --- a/user:hugues/Aliases.zsh +++ b/user:hugues/Aliases.zsh @@ -7,8 +7,8 @@ ## You are encouraged to use, modify, and redistribute ## these files with or without this notice. ## -a -g ¬ISO='LC_ALL=br_FR' -a -g ¬UTF='LC_ALL=br_FR.UTF-8' +a -g ¬ISO='LC_ALL=fr_FR' +a -g ¬UTF='LC_ALL=fr_FR.UTF-8' a -g ...=../.. a -g ....=../../.. @@ -24,6 +24,8 @@ a -g .............=../../../../../../../../../../../.. a -g ..............=../../../../../../../../../../../../.. a -g ...............=../../../../../../../../../../../../../.. a -g ................=../../../../../../../../../../../../../../.. + +a -g STDBUF="stdbuf -i0 -oL" if ( __cmd_exists emacs ) then diff --git a/user:hugues/Environment.zsh b/user:hugues/Environment.zsh index 492fdc9..b7561df 100644 --- a/user:hugues/Environment.zsh +++ b/user:hugues/Environment.zsh @@ -35,8 +35,8 @@ export LESS="-R -F -X" export NULLCMD=cat # Locale en français unicode -export LC_ALL=${LC_ALL:-br_FR.UTF-8} -export LC_MESSAGES=${LC_MESSAGES:-br_FR} +export LC_ALL=${LC_ALL:-fr_FR.UTF-8} +export LC_MESSAGES=${LC_MESSAGES:-fr_FR} unset LANG # Unuseful # Utilisation des commandes git-* @@ -45,6 +45,8 @@ do [ -d /usr/$i/git-core ] && export PATH=$PATH:/usr/$i/git-core done +[ -d ~/.local/bin ] && PATH=$PATH:~/.local/bin + # Couleurs pour grep --color=auto export GREP_COLOR=$color[yellow]\;$color[bold] export GREP_COLORS="sl="":cx="$color[cyan]":ms="$color[yellow]";"$color[bold]":mc="$color[red]";"$color[bold]":fn="$color[green]"" -- cgit v1.2.3