delete .bashrc, update vim README
This commit is contained in:
parent
e2fa2397f0
commit
778c863d67
2 changed files with 9 additions and 26 deletions
26
.bashrc
26
.bashrc
|
|
@ -1,26 +0,0 @@
|
|||
# remember more commands
|
||||
HISTSIZE=10000
|
||||
|
||||
# add timestamps to history entries
|
||||
HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z # "
|
||||
|
||||
# aliases
|
||||
alias grep='grep --color'
|
||||
|
||||
alias gdp='git diff --color HEAD^ HEAD'
|
||||
alias gl='git log --pretty=format:"%Cgreen%h %Creset %s %Cgreenby %an (%ar) %Cred %d" --graph'
|
||||
alias gdc='git diff --color'
|
||||
|
||||
alias ssh='export TERM=xterm && ssh'
|
||||
|
||||
alias cal='ncal -b -M'
|
||||
|
||||
alias hexdump='hexdump -c'
|
||||
|
||||
alias l='ls -lhatr'
|
||||
alias ls='ls --color=auto'
|
||||
|
||||
alias pwgen='pwgen -B -s'
|
||||
|
||||
# open multiple files in tabs
|
||||
alias vim='vim -p'
|
||||
|
|
@ -14,3 +14,12 @@
|
|||
" cd ~/.vim
|
||||
" git submodule init
|
||||
" git submodule update
|
||||
|
||||
" Update single plugin
|
||||
" --------------------
|
||||
" cd ~/.vim/bundle/pluginname
|
||||
" git pull origin master
|
||||
|
||||
" Upgrade all plugins
|
||||
" -------------------
|
||||
" git submodule foreach git pull origin master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue