okakaです。始めまして?
blog機能テストです。
なにやら網掛け機能があるみたいなので、
linux的なものをblogにアップしてみるテストということで、私の.bash_profileを公開してみる。
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
export
LS_COLORS='no=00:fi=00:di=00;34:ln=05;36:pi=37:so=37:bd=37:cd=37:ex=01;31:
or=04;36:*.tgz=00;31:*.gz=00;31:*.tar=00;31:*.lzh=00;31:*.LZH=00;31:
*.lha=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.rpm=00;31:*.gif=37:
*.jpg=37:*.tif=37:*.eqs=37:*.ps=37:*.eps=37:*.gmf=37:*.bmp=37:*.xwd=37:
*.JPG=37:*.jpeg=37:*.obj=37:*.png=37:*.pdf=00;35:*.ctl=01;33:*.csh=00;32:
*.f=01;34:*.f95=01;34:*.f90=01;34:*.gs=00;36'
unset USERNSME
って感じです。
長たらしたのはすべてファイル別の色設定です。
[0回]
PR
COMMENT