Parcourir la source

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

pull/1/head
10sr il y a 11 ans
Parent
révision
814dc026af
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc Voir le fichier

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


Chargement…
Annuler
Enregistrer