diff options
Diffstat (limited to '10_Environment.zsh')
-rw-r--r-- | 10_Environment.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/10_Environment.zsh b/10_Environment.zsh index 52d72f5..ed0312d 100644 --- a/10_Environment.zsh +++ b/10_Environment.zsh @@ -52,4 +52,5 @@ HISTFILE=$ZDOTDIR/.history.$USER.$HOSTNAME # Pour éviter les conflits de conf HISTSIZE=42000 SAVEHIST=42000 +LOCALIP=$(/sbin/ifconfig| grep adr: | awk '/192.168.3/ { print $2 } ' | cut -d: -f2) |