我刚刚学习如何使用命令行,并且正在编辑 bash 提示符设置.bash_profile
。
我在提示设置中犯了一个错误.bash_profile
,导致我失去了提示和在终端中输入命令的能力。
当我这样做时,我注意到我的 MacBook Pro 变得非常热,风扇也开始运转。我最终.bash_profile
通过open -e .bash_profile
在终端中使用 New Command 在 TextEdit 中打开它来修复设置。
我恢复了提示和终端的使用,但我的笔记本电脑仍然很热。有人知道发生了什么事,我该如何解决这个问题吗?
编辑:
是的,我正在运行 OSX 10.9.4,出现错误的 .bash_profile 是……
export PS1='$[\033[01;36m\]\u\[\033[01;35m\]@\h\[\033[01;33m\]:\[\033[01;31m\]\w\[\033[01;33$'
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
alias ls='ls -GFh’
经过我的修改,现在是:
export PS1='${debian_chroot:+($debian_chroot)}\[\033[01;36m\]\u\[\033[01;35m\]@\h\[\033[01;33m\]:\[\033[01;31m\]\w\[\033[01;33$'
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
alias ls='ls -GFh’
除了 Firefox 之外没有正在运行的应用程序