From 3eedbc3a1e955b2db5f38927dd929cde8007835a Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 31 Jan 2010 01:07:16 +0100 Subject: add aliases for man, vim and tv --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 92809fc..8e80abe 100644 --- a/.bashrc +++ b/.bashrc @@ -38,10 +38,14 @@ alias r="resize_to_min 100 35" export MANPAGER="vimmanpager" export PAGER="vimpager" +alias vim="r; vim" +alias man="r; man" + alias ccat="highlight --ansi" alias hhtml="highlight --wrap --xhtml --linenumbers --anchors --linenumbers --anchor-prefix=line" alias use="quse -D" +alias tv="~/tv.sh" # if files are requested to open, open in existing in tabs. gvim() { /usr/bin/gvim $([[ $# > 0 ]] && echo --remote-tab-silent $@) -- cgit