This topic created in 4125 days ago, the information mentioned may be changed or developed.
默认的话,就是`~/`, 但是我的网站都放在`~/sites`下面了,每次要切进去,挺烦的
如果是在`~/.bashrc`最后,加一行`cd ~/sites`的话,那么按ctrl+shift+t,就无法在当前位置新建tab,每次都回到了`~/sites`, 所以不想用这个做法
不知道正确的做法是啥?
6 replies • 2015-02-03 14:57:57 +08:00
 |
|
1
wesley Feb 2, 2015
在桌面建个快捷方式
|
 |
|
3
Goooogle Feb 2, 2015
gnome-terminal --working-directory=/path
|
 |
|
5
Goooogle Feb 3, 2015
新建一个.desktop文件 [Desktop Entry] Name=~/sites Comment=put your comments here Exec=gnome-terminal --working-directory=~/sites Type=Application
|
 |
|
6
Goooogle Feb 3, 2015
或者新建个快捷键绑定gnome-terminal --working-directory=/path
|