diff options
Diffstat (limited to 'configs/wsl')
| -rw-r--r-- | configs/wsl/home_.bashrc | 6 | ||||
| -rw-r--r-- | configs/wsl/home_.screenrc | 2 |
2 files changed, 4 insertions, 4 deletions
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 diff --git a/configs/wsl/home_.screenrc b/configs/wsl/home_.screenrc index c80ee21..cba6874 100644 --- a/configs/wsl/home_.screenrc +++ b/configs/wsl/home_.screenrc @@ -1,4 +1,4 @@ -# added for cygwin on windows 2015-08-02@12:17:31 +# added for cygwin on windows 2015-08-02@12:17:31 shell -bash # added the bash completion with tab |
