Procházet zdrojové kódy

Remove SHLVL env using shell alias instead of tmux.conf

pull/1/head
10sr před 10 roky
rodič
revize
30bf3b91b7
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -0
      shrc
  2. +0
    -1
      tmux.conf

+ 1
- 0
shrc Zobrazit soubor

@@ -732,6 +732,7 @@ __realpath(){
fi
}

__safe_alias tmux='env -u SHLVL tmux'
tx(){
tmux start-server
if test -z "$1"


+ 0
- 1
tmux.conf Zobrazit soubor

@@ -21,7 +21,6 @@ setw -g mode-mouse off
#set -g default-command /bin/bash

#set -g default-path "$HOME"
set-environment -u SHLVL

# try to set title of terminal tmux is running on
# set -g set-titles off


Načítá se…
Zrušit
Uložit