diff options
author | Emil Renner Berthing <esmil@labitat.dk> | 2020-04-10 13:16:39 +0200 |
---|---|---|
committer | Emil Renner Berthing <esmil@labitat.dk> | 2020-04-10 13:16:39 +0200 |
commit | fb68938e203c50e042f9ae3421a1c9e8724a090d (patch) | |
tree | 9186a111504593d6f595e51215aeb267561c337d /roles/users/files/root/bashrc | |
parent | 083ee1fcca106bebe41627c1e559c1b49733ceff (diff) | |
download | labitat-ansible-fb68938e203c50e042f9ae3421a1c9e8724a090d.tar.gz labitat-ansible-fb68938e203c50e042f9ae3421a1c9e8724a090d.tar.xz labitat-ansible-fb68938e203c50e042f9ae3421a1c9e8724a090d.zip |
users: root: update bashrc
Diffstat (limited to 'roles/users/files/root/bashrc')
-rw-r--r-- | roles/users/files/root/bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/users/files/root/bashrc b/roles/users/files/root/bashrc index f380bc8..fc64fa7 100644 --- a/roles/users/files/root/bashrc +++ b/roles/users/files/root/bashrc @@ -1,4 +1,4 @@ # if not running interactively, don't do anything -[[ $- != *i* ]] && return +[[ $- = *i* ]] || return stty -ixon |