From a39fb817e87d053f82e06305b4a737d40c483ee3 Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Sun, 30 Sep 2018 21:25:28 +0200 Subject: users: root: let each user have their own root bashrc --- roles/users/files/root/bashrc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 roles/users/files/root/bashrc (limited to 'roles/users/files/root/bashrc') diff --git a/roles/users/files/root/bashrc b/roles/users/files/root/bashrc new file mode 100644 index 0000000..f380bc8 --- /dev/null +++ b/roles/users/files/root/bashrc @@ -0,0 +1,4 @@ +# if not running interactively, don't do anything +[[ $- != *i* ]] && return + +stty -ixon -- cgit v1.2.1