summaryrefslogtreecommitdiff
path: root/user:hugues
diff options
context:
space:
mode:
Diffstat (limited to 'user:hugues')
-rw-r--r--user:hugues/Aliases.zsh6
-rw-r--r--user:hugues/Environment.zsh6
2 files changed, 8 insertions, 4 deletions
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]""