From 53b90173a7052e4c7cf8ff834078837b6a238c0e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 6 Sep 2021 17:35:41 +0300 Subject: .bashrc: remove ranger & Tilix configuration --- %HOME%/.bashrc | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index 02a8b51..afb5aeb 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -91,21 +91,6 @@ os_is_cygwin \ || command -v stty > /dev/null 2>&1 \ && stty -ixon -# Tilix: fix the important warning. -# https://gnunn1.github.io/tilix-web/manual/vteconfig/ -if [ "$TILIX_ID" ] || [ "$VTE_VERSION" ]; then - [ -r /etc/profile.d/vte.sh ] && source /etc/profile.d/vte.sh -fi - -# ranger: prevent nested instances. -ranger() { - if [ -z "$RANGER_LEVEL" ]; then - /usr/bin/ranger "$@" - else - exit - fi -} - inside_nnn() { [ -n "$NNNLVL" ] && [ "${NNNLVL:-0}" -ge 1 ] } -- cgit v1.2.3