Explorar el Código

Fix tmux alias

pull/15/head
10sr hace 8 años
padre
commit
391c3390e8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      shrc

+ 2
- 2
shrc Ver fichero

@@ -640,9 +640,9 @@ __realpath(){
if $isdarwin
then
# I want to use env -u, but darwin env does not provide this option
__safe_alias tmux='SHLVL= tmux'
null type tmux && alias tmux='SHLVL= tmux'
else
__safe_alias tmux='env -u SHLVL tmux'
null type tmux && alias tmux='env -u SHLVL tmux'
fi
tx(){
tmux start-server


Cargando…
Cancelar
Guardar