Bash Cygwin简介
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Bash Cygwin简介相关的知识,希望对你有一定的参考价值。
Sample BASH .profile for use in cygwin for windows.
# .profile # Define some colors first: red='e[0;31m' RED='e[1;31m' green='e[0;32m' GREEN='e[1;32m' yellow='e[0;33m' YELLOW='e[1;33m' blue='e[0;34m' BLUE='e[1;34m' pink='e[0;35m' PINK='e[1;35m' cyan='e[0;36m' CYAN='e[1;36m' NC='e[0m' # Colors and Prompt set -o vi export EDITOR=vi # History export HISTSIZE=1000 export HISTFILE=~/.bash_history export HISTFILESIZE=1000 # Alias alias ls='ls -FG' alias ll='ls -l' alias cd..='cd ..' # Working directory cd c:
以上是关于Bash Cygwin简介的主要内容,如果未能解决你的问题,请参考以下文章
如何从 Cygwin 在 Jenkins 控制台上显示 bash 脚本执行
Runtime.getRuntime().exec("C:\cygwin\bin\bash.exe") 没有要读取的输入
如何在 Emacs 中运行 Cygwin Bash Shell?