bashrc,vimrc,TeraTerm設定保存

.bashrc

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

# .bashrc

# User specific aliases and functions

# Source global definitions
if [ -f /etc/bashrc ]; then
    . /etc/bashrc
fi

# PATH
PATH=./:~/bin:${PATH}
PATH=$PATH:${HOME}/tools/bin
PATH=$PATH:/sbin:/usr/sbin

export PATH

umask 022
source ~/.alias

alias vi=vim

export EDITOR=vim
export PAGER=less
alias ls='ls -F --color'
alias ..="cd ..; ls"

# プロンプト設定
case $TERM in
    ( teraterm | screen.teraterm)
        #export PS1="\[\033[32m\][\u@\h:\[\033[33m\]\w\[\033[32m\]]\$\[\033[0m\] "
        export PS1="\[\033[32m\][\u@\h]\$\[\033[0m\] "
        #PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/#$HOME/~}\007"'
        ;;
esac

if [ "$SHLVL" -eq 1 ]; then
    # 標準入力が端末につながっていたら screen 起動
    if [ -t 0 ]; then
        # PE02 に zsh がないので起動しない
        if [ "$HOSTNAME" != "PE02" ]; then
            #screen
            zsh
            exit
        fi
    fi
fi

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

.vimrc

syntax on

set nu
set showmode
set showmatch
set showcmd

set hlsearch
set scrolloff=3

set tabstop=4
set shiftwidth=4
set expandtab

set laststatus=2
set statusline=%<%f\ %h%m%r%=%-14.(%l,%c%V%)\ %P

set tags+=~/.tags/tags

"マウスイベント透過
set ttymouse=xterm2

set term=builtin_linux
set ttytype=builtin_linux
colorscheme desert

" 一部見づらい部分の色変更
hi StatusLine ctermfg=blue ctermbg=gray
hi Search  ctermfg=black ctermbg=yellow


" for cscope
if has("cscope")
    set csprg=/usr/local/bin/cscope
    set csto=0
    set cst
    set nocsverb
    " add any database in current directory
    if filereadable("cscope.out")
        cs add cscope.out
    " else add database pointed to by environment
    elseif $CSCOPE_DB != ""
        cs add $CSCOPE_DB
    endif
    set csverb
endif

 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

[Tera Term]
UILanguageFile=lang\Japanese.lng
Version=2.3
Language=Japanese
Port=tcpip
VTPos=1219,153
TEKPos=-2147483648,-2147483648
TerminalSize=128,40
TermIsWin=on
AutoWinResize=off
CRReceive=CR
CRSend=CR
LocalEcho=off
Answerback=
KanjiReceive=EUC
KatakanaReceive=8
KanjiSend=EUC
KatakanaSend=8
KanjiIn=B
KanjiOut=J
AutoWinSwitch=off
TerminalID=VT100
RussHost=Windows
RussClient=Windows
Title=PE06
CursorShape=block
HideTitle=off
PopupMenu=off
FullColor=off
EnableScrollBuff=on
ScrollBuffSize=10000
VTColor=255,255,255,105,138,255
VTBoldColor=0,0,255,255,255,255
VTBlinkColor=255,0,0,255,255,255
TEKColor=0,0,0,255,255,255
TEKColorEmulation=off
VTFont=Terminal,0,13,1
EnableBold=off
RussFont=Windows
TEKFont=Terminal,0,8,1
BSKey=BS
DeleteKey=off
MetaKey=off
RussKeyb=Windows
ComPort=1
BaudRate=9600
Parity=none
DataBit=8
StopBit=1
FlowCtrl=none
DelayPerChar=0
DelayPerLine=0
Telnet=on
TermType=vt100
TCPPort=23
AutoWinClose=on
Historylist=off
TransBin=off
LogAppend=on
XmodemOpt=checksum
XmodemBin=on
FileDir=C:\Program Files\teraterm
Accept8bitCtrl=on
AllowWrongSequence=off
AutoFileRename=on
AutoTextCopy=on
BackWrap=off
Beep=On
BeepOnConnect=off
BPAuto=off
BPEscCtl=off
BPLog=off
ConfirmDisconnect=on
CtrlInKanji=on
Debug=off
DelimList=$20!"#$24%&'()*+,-./:;<=>?@[\]^`{|}~
DelimDBCS=on
EnablePopupMenu=on
EnableShowMenu=on
EnableStatusLine=on
IME=on
IMEInline=on
KmtLog=off
LanguageSelection=on
MaxBuffSize=10000
MaxComPort=4
NonblinkingCursor=off
PassThruDelay=3
PassThruPort=
PrnFont=
PrnMargin=50,50,50,50
QVLog=off
QVWinSize=8
RussPrint=Windows
ScrollThreshold=12
SelectOnActivate=on
StartupMacro=
TEKGINMouseCode=32
TelBin=off
TelEcho=off
TelLog=off
TelPort=23
TCPLocalEcho=off
TCPCRSend=
UseTextColor=off
TitleFormat=5
VTFontSpace=0,0,0,0
VTPPI=0,0
TEKPPI=0,0
WindowMenu=on
XmodemLog=off
ZmodemAuto=off
ZmodemDataLen=1024
ZmodemWinSize=32767
ZmodemEscCtl=off
ZmodemLog=off
ConnectingTimeout=0
DisablePasteMouseRButton=off
DisablePasteMouseMButton=on
ConfirmPasteMouseRButton=off
ConfirmChangePaste=off
ScrollWindowClearScreen=on
SelectOnlyByLButton=on
DisableAcceleratorSendBreak=off
EnableContinuedLineCopy=off
MouseCursor=IBEAM
AlphaBlend=255
CygwinDirectory=c:\cygwin
ViewlogEditor=notepad.exe
Locale=japanese
CodePage=932
ANSIColor=0,0,0,0, 1,255,0,0, 2,0,255,0, 3,255,255,0, 4,0,0,255, 5,255,0,255, 6,0,255,255, 7,255,255,255, 8,128,128,128, 9,128,0,0, 10,0,128,0, 11,128,128,0, 12,0,0,128, 13,128,0,128, 14,0,128,128, 15,192,192,192
PcBoldColor=off
Aixterm16Color=off
Xterm256Color=on
VTReverseColor=255,255,255,0,0,0
EnableClickableUrl=off
URLColor=0,255,0,255,255,255
EnableBoldAttrColor=on
EnableBlinkAttrColor=on
EnableReverseAttrColor=off
EnableURLColor=off
EnableANSIColor=off
DisableAppKeypad=off
DisableAppCursor=off
LogTypePlainText=off
LogTimestamp=off
LogHideDialog=off
LogDefaultName=teraterm.log
LogDefaultPath=
LogAutoStart=off
XmodemRcvCommand=
FileSendFilter=
ClearComBuffOnOpen=on
KillFocusCursor=on
MouseWheelScrollLine=3
Send8BitCtrl=off
TelAutoDetect=on
TelKeepAliveInterval=300
MaxBroadcatHistory=99
VTCompatTab=off
YmodemLog=off
ZmodemRcvCommand=rz
UseNormalBGColor=off
BroadcastCommandHistory=off
AcceptBroadcast=on
ConfirmFileDragAndDrop=on
TranslateWheelToCursor=on
HostDialogOnStartup=on
MouseEventTracking=on
MaximizedBugTweak=on
UnicodeToDecSpMapping=3
VTIcon=Default
TEKIcon=Default
AutoScrollOnlyInBottomLine=off
UnknownUnicodeCharacterAsWide=off
AcceptTitleChangeRequest=overwrite
PasteDialogSize=330,220
DisableMouseTrackingByCtrl=on
DisableWheelToCursorByCtrl=on
StrictKeyMapping=off
[Hosts]
Host1=192.168.0.100
Host2=192.168.0.x
Host3=192.168.0.x
Host4=192.168.0.x
Host5=192.168.0.x
[BG]
BGEnable=off
BGUseAlphaBlendAPI=on
BGSPIPath=plugin
BGFastSizeMove=on
BGFlickerlessMove=on
BGNoFrame=off
BGThemeFile=

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值