shnulaa
Never deter till tomorrow that which you can do today
posts - 15, comments - 0, trackbacks - 0, articles - 2
BlogJava
::
首页
::
新随笔
::
联系
::
聚合
::
管理
putty 的配色方案
Posted on 2010-09-29 13:18
shnulaa
阅读(1592)
评论(0)
编辑
收藏
所属分类:
linux
因为putty的默认配色方案导致文件夹的蓝颜色看得不清楚,所以有必要修改一下默认的配色方案。
修改用户根目录下的.bashrc文件
1
#
~/.bashrc: executed by bash(1) for non-login shells.
2
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
3
# for examples
4
5
# If not running interactively, don't do anything
6
[
-
z
"
$PS1
"
]
&&
return
7
8
#
don't put duplicate lines in the history. See bash(1) for more options
9
#export HISTCONTROL=ignoredups
10
11
# check the window size after each command and, if necessary,
12
# update the values of LINES and COLUMNS.
13
shopt
-
s checkwinsize
14
15
#
make less more friendly for non-text input files, see lesspipe(1)
16
[
-x
/
usr
/
bin
/
lesspipe ]
&&
eval
"
$(lesspipe)
"
17
18
#
set variable identifying the chroot you work in (used in the prompt below)
19
if
[
-
z
"
$debian_chroot
"
-
a
-
r
/
etc
/
debian_chroot ]; then
20
debian_chroot
=
$(cat
/
etc
/
debian_chroot)
21
fi
22
23
#
set a fancy prompt (non-color, unless we know we "want" color)
24
case
"
$TERM
"
in
25
xterm
-
color)
26
PS1
=
'
${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$
'
27
;;
28
*
)
29
PS1
=
'
${debian_chroot:+($debian_chroot)}\u@\h:\w\$
'
30
;;
31
esac
32
33
#
Comment in the above and uncomment this below for a color prompt
34
#PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
35
36
# If this is an xterm set the title to user@host:dir
37
case
"
$TERM
"
in
38
xterm
*|
rxvt
*
)
39
PROMPT_COMMAND
=
'
echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD/$HOME/~}\007"
'
40
;;
41
*
)
42
;;
43
esac
44
45
#
Alias definitions.
46
# You may want to put all your additions into a separate file like
47
# ~/.bash_aliases, instead of adding them here directly.
48
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
49
50
#if [ -f ~/.bash_aliases ]; then
51
# . ~/.bash_aliases
52
#fi
53
54
# enable color support of ls and also add handy aliases
55
if
[
"
$TERM
"
!=
"
dumb
"
]; then
56
eval
"
`dircolors -b`
"
57
alias ls
=
'
ls --color=auto
'
58
#
alias dir='ls --color=auto --format=vertical'
59
#alias vdir='ls --color=auto --format=long'
60
fi
61
62
#
some more ls aliases
63
#alias ll='ls -l'
64
#alias la='ls -A'
65
#alias l='ls -CF'
66
67
# enable programmable completion features (you don't need to enable
68
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
69
# sources /etc/bash.bashrc).
70
#if [ -f /etc/bash_completion ]; then
71
# . /etc/bash_completion
72
#fi
73
1
source
.
bashrc
显示效果
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
Chat2DB
C++博客
博问
管理
相关文章:
一个比较不错的linux学习网站
putty 的配色方案
ssh
Powered by:
BlogJava
Copyright © shnulaa
日历
<
2010年9月
>
日
一
二
三
四
五
六
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
公告
常用链接
我的随笔
我的评论
我的参与
留言簿
给我留言
查看公开留言
查看私人留言
随笔分类
java(7)
linux(3)
maven(1)
随笔档案
2012年6月 (2)
2011年4月 (1)
2010年9月 (12)
文章档案
2012年6月 (2)
sd
http://geniusman.co.cc/
http://geniusman.co.cc/
http://shnulaa.68480.net/
http://shnulaa.68480.net/
shnulaa
shnulaa
shnulaa
shnulaa
搜索
积分与排名
积分 - 4438
排名 - 3190
最新评论
阅读排行榜
1. putty 的配色方案(1592)
2. jsp web shell(279)
3. 关于持续集成的问题(272)
4. cmd5(230)
5. http://geniusman.co.cc/http://geniusman.co.cc/(224)
评论排行榜
1. http://geniusman.co.cc/http://geniusman.co.cc/(0)
2. sss(0)
3. 一个比较不错的linux学习网站(0)
4. putty 的配色方案(0)
5. 关于持续集成的问题(0)