Explorar el Código

update tmux.conf so that main session always start with pwd ~

pull/1/head
10sr hace 11 años
padre
commit
814dc026af
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc Ver fichero

@@ -295,7 +295,7 @@ tmux(){
then
command tmux attach -t main
else
command tmux new -s main
(cd ~; command tmux new -s main;)
fi
else
command tmux "$@"


Cargando…
Cancelar
Guardar