Przeglądaj źródła

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

pull/1/head
10sr 11 lat temu
rodzic
commit
814dc026af
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc Wyświetl plik

@@ -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 "$@"


Ładowanie…
Anuluj
Zapisz