From 72820b7b8f063337fed48851b1eca9802117337a Mon Sep 17 00:00:00 2001 From: ange Date: Tue, 2 Jul 2024 14:53:50 +0200 Subject: [PATCH] fix(bash): remove temporary variable --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index ff03dbc..385da46 100644 --- a/.bashrc +++ b/.bashrc @@ -1,4 +1,4 @@ -[[ $- != *i* ]] && return +[[ "$-" != *i* ]] && return set -o vi @@ -11,5 +11,6 @@ for f in "$HOME/.config/bash/"*.bash; do # shellcheck disable=SC1090 . "$f" done +unset f stty werase undef