windows的git配置类似于zsh的快捷键
发布时间:2020-12-13 21:07:17 所属栏目:Windows 来源:网络整理
导读:1.F:Gitetcprofile.d 下的aliases.sh文件 # Some good standards,which are not used if the user# creates his/her own .bashrc/.bash_profile# --show-control-chars: help showing Korean or accented charactersalias ls='ls -F --color=auto --show-
1.F:Gitetcprofile.d 下的aliases.sh文件 # Some good standards,which are not used if the user # creates his/her own .bashrc/.bash_profile # --show-control-chars: help showing Korean or accented characters alias ls='ls -F --color=auto --show-control-chars' alias ll='ls -l' alias gst="git status" alias ra="git stash -u && git stash clear" case "$TERM" in xterm*) # The following programs are known to require a Win32 Console # for interactive usage,therefore let's launch them through winpty # when run inside `mintty`. for name in node ipython php php5 psql python2.7 do case "$(type -p "$name".exe 2>/dev/null)" in ''|/usr/bin/*) continue;; esac alias $name="winpty $name.exe" done ;; esac (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- 如何找到WINDOWS-1252字符的内部代码表示?
- ms-access – 使用Microsoft Access创建独立应用程序
- 使用pyUno for Windows进行OpenOffice.org开发 – 哪个Pyth
- window10下pytorch和torchvision CPU版本安装
- Windows – PXE启动无法通过DHCP获取IP地址,但DHCP在操作系
- 如何从Windows服务C#取消关机
- Windows Azure网站状态有限公司[已关闭]
- Windows KMS激活脚本
- windows-installer – 如何在Installshield 2018中添加发布
- windows – 无法使用SendMessage将密钥发送到窗口
推荐文章
站长推荐
- cmd删除文件命令del/erase和删除目录命令rmdir/r
- .net – 自定义UI – Windows还是Linux?
- windows-server-2008 – 升级到2008 R2 Enterpri
- windows-server-2003 – IIS6多个SSL网站到一个H
- windows-server-2008-r2 – localhost上的Enter-
- 从Windows设置Linux服务器的公钥认证(ppk私钥)
- 将cygwin主目录设置为Windows的“用户配置文件”
- Windows Phone 7 – 检测Windows Phone 7 ViewMo
- windows-service – 如果我没有代理,我可以安全地
- How to use Nissan consult 3 plus to check, ma
热点阅读