This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows PowerShell Alias settings | |
alias behave like UNIX system |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
noremap H gT | |
noremap L gt | |
noremap h <A-Left> | |
noremap l <A-Right> | |
noremap <BS> <A-Left> | |
set titlestring=FireFox | |
noremap j 3j | |
noremap k 3k |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
######################################### | |
# .bashrc # | |
# Author: Randy Rhoads 22 Jan 2010 # | |
# Copyright (c) Force Operation X 2009 # | |
######################################### | |
date '+%Y/%m/%d %H:%M:%S'; | |
echo "initializing .bashrc....." | |
######################################### |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" display/view setting | |
set tabstop=4 | |
set shiftwidth=4 | |
set laststatus=2 | |
set ruler | |
set wildmenu | |
set nocompatible | |
set showmode | |
set title | |
set showcmd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set kanji-code utf-8 | |
set editing-mode vi | |
set meta-flag on | |
set convert-meta off | |
set input-meta on | |
set output-meta on | |
set completion-ignore-case on | |
set enable-keypad on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
date '+%Y/%m/%d %H:%M:%S' | |
# history | |
HISTFILE=~/.zsh_history | |
HISTSIZE=100000 | |
SAVEHIST=100000 | |
## prompt settings | |
# autoload colors | |
# colors |
NewerOlder