1
xiamx 2015-12-24 06:23:58 +08:00
echo "export HOME=/maison/de/lutillisateur" >> ~/.bashrc
HOME=后面自己改成你想要的 |
2
msg7086 2015-12-24 06:42:47 +08:00
rc 最后试试 cd $HOME ?
|
3
airycanon 2015-12-24 09:32:22 +08:00
我是在 git 快捷方式的属性里,设置起始位置,同求代理配置。
|
4
kokutou 2015-12-24 09:40:14 +08:00 via Android
用 msys2 吧。。。 pacman 值得拥有~
|
6
Cu635 2015-12-24 10:34:28 +08:00
@airycanon
在 bash 的 PS1 中显示 branch 名称得用__git_ps1 命令。 在 bashrc 中设置 PS1='……$(__git_ps1)……'才行。省略号看你自己需要设置啥。 |
7
josephpei 2015-12-24 10:40:55 +08:00
还有个 babun ,基于 cygwin 的,可以在 windows 上用 zsh 和 oh my zsh , http://babun.github.io/
|
9
josephpei 2015-12-24 10:42:19 +08:00
babun 代理设置
Setting up proxy To setup proxy uncomment following lines in the .babunrc file (%USERPROFILE%\.babun\cygwin\home\USER\.babunrc) # Uncomment this lines to set up your proxy # export http_proxy=http://user:password@server:port # export https_proxy=$http_proxy # export ftp_proxy=$http_proxy # export no_proxy=localhost |
10
ginger9 2015-12-24 12:14:40 +08:00
建快捷方式,属性,目标"路径\git-bash.exe",起始位置填$HOME 试试?
|