From 0f1ba5af1684cfc64b3ff5374ef95c70df1caac0 Mon Sep 17 00:00:00 2001 From: ertopogo Date: Thu, 20 Nov 2025 00:37:40 +0100 Subject: Amélioration des scripts avec chemin Windows direct vers WSL et ajout du fichier Cursor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/wsl/home_.bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs/wsl/home_.bashrc') diff --git a/configs/wsl/home_.bashrc b/configs/wsl/home_.bashrc index e2c8cf7..8820077 100644 --- a/configs/wsl/home_.bashrc +++ b/configs/wsl/home_.bashrc @@ -1,4 +1,4 @@ -set -o vi +set -o vi alias df="dfC -aT" # ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) @@ -166,8 +166,8 @@ fi bind 'set bell-style none' ~/configure_dns_wsl.sh -# Ajouter les entr├®es /etc/hosts au d├®marrage (WSL) -# Ne s'ex├®cute que lors de l'ouverture du premier screen (fen├¬tre 0) +# Ajouter les entrées /etc/hosts au démarrage (WSL) +# Ne s'exécute que lors de l'ouverture du premier screen (fenêtre 0) if [ -n "$STY" ] && [ "$WINDOW" = "0" ]; then [ -f /home/toshiro/.local/bin/persist_hosts_wsl.sh ] && /home/toshiro/.local/bin/persist_hosts_wsl.sh fi -- cgit v1.2.3