diff options
-rw-r--r-- | .todo | 9 | ||||
-rw-r--r-- | 20_Environment.zsh | 2 | ||||
-rw-r--r-- | 40_KeyBindings.zsh | 1 | ||||
-rw-r--r-- | 50_Hashes.zsh | 0 | ||||
-rw-r--r-- | host:delphine/50_Hashes.zsh | 1 |
5 files changed, 9 insertions, 4 deletions
@@ -1,14 +1,17 @@ <todo version="0.1.19"> + <title> + Zsh + </title> <note priority="high" time="1153741167" done="1154079395"> Nettoyer les keybindings </note> - <note priority="medium" time="1153741210"> - Ajouter un système de gestion des nouvelles fonctionnalités dans la conf zsh, avec subversion par exemple - </note> <note priority="low" time="1153741155" done="1153985034"> Supprimer le fichier __40_KeyBindings.zsh <comment> rm !!! :-> </comment> </note> + <note priority="low" time="1153741210"> + Ajouter un système de gestion des nouvelles fonctionnalités dans la conf zsh, avec subversion par exemple + </note> </todo> diff --git a/20_Environment.zsh b/20_Environment.zsh index 18269f9..80b1501 100644 --- a/20_Environment.zsh +++ b/20_Environment.zsh @@ -33,7 +33,7 @@ export NULLCMD=cat [ `which dircolors` >/dev/null 2>&1 ] && eval $(dircolors ~/.dir_colors 2>&-) export TZ="Europe/Paris" -export TIME_STYLE="+%Y-%b-%d %H:%M" +export TIME_STYLE="+%Y-%b-%d %H:%M.%S" ## Agent de clefs SSH/GPG # En principe il a été fait dans le .zlogin, mais si on n'est pas en diff --git a/40_KeyBindings.zsh b/40_KeyBindings.zsh index fb16635..c92a42b 100644 --- a/40_KeyBindings.zsh +++ b/40_KeyBindings.zsh @@ -216,3 +216,4 @@ bindkey -s "M" "make " bindkey -s "l" " l\n" #bindkey -s "L" " la\n" +bindkey -s " " "\\\\ " diff --git a/50_Hashes.zsh b/50_Hashes.zsh new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/50_Hashes.zsh diff --git a/host:delphine/50_Hashes.zsh b/host:delphine/50_Hashes.zsh new file mode 100644 index 0000000..da06ce8 --- /dev/null +++ b/host:delphine/50_Hashes.zsh @@ -0,0 +1 @@ +hash -d old=/homes/hugues |