Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
10sr
/
dotfiles-mirror
mirror da
https://github.com/10sr/dotfiles.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Remove SHLVL env using shell alias instead of tmux.conf
pull/1/head
10sr
10 anni fa
parent
3b1cdbce9d
commit
30bf3b91b7
2 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-0
shrc
+0
-1
tmux.conf
+ 1
- 0
shrc
Vedi File
@@ -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
Vedi File
@@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva