Skip to content

Instantly share code, notes, and snippets.

@v5tech
Last active August 29, 2015 13:59
Show Gist options
  • Save v5tech/10664202 to your computer and use it in GitHub Desktop.
Save v5tech/10664202 to your computer and use it in GitHub Desktop.
解决git bash 中ls中文显示???问题

在.bash_profile文件中添加以下内容

alias ll='ls -l --show-control-chars --color=tty'
alias ls='ls --show-control-chars --color=tty'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment