
配置
wllenyj
这个作者很懒,什么都没留下…
展开
-
.vimrc
set nocompatible " be iMproved, requiredfiletype off " required" set the runtime path to include Vundle and initializeset rtp+=~/.vim/bundle/Vundle.vimcall vundle#begin原创 2016-08-02 22:45:03 · 463 阅读 · 0 评论 -
SecureCRT 跳板机自动登陆脚本
# $language = "Python"# $interface = "1.0"import randomSCRIPT_TAB = crt.GetScriptTab()SCRIPT_TAB.Screen.Synchronous = Truedef main(): # Display SecureCRT's version objConfig = SCRIPT_TAB.Sessio原创 2016-09-23 16:32:49 · 946 阅读 · 0 评论 -
Bash/Prompt customization
#!/bin/bashfunction pprom2 {ret_num=$?# regular colorslocal K="\[\033[0;30m\]" # blacklocal R="\[\033[0;31m\]" # redlocal G="\[\033[0;32m\]" # greenlocal Y="\[\033[0;33m\]" # yellowlocal B="\原创 2016-12-07 16:11:35 · 438 阅读 · 0 评论