diff --git a/shellrc b/shellrc index 95c6cf2..34263a4 100644 --- a/shellrc +++ b/shellrc @@ -56,6 +56,7 @@ alias less='command less -R' alias cower='command cower -c' alias pacman='command pacman --color=auto' alias rscreen='command screen -Dr' +alias rdesktop='command rdesktop -g1580x860' alias rgrep='command grep --exclude-dir=\.{svn,git} -R' alias hist='fc -l 1' alias beep='printf "\007"' diff --git a/vimrc b/vimrc index d07914c..1c590bf 100644 --- a/vimrc +++ b/vimrc @@ -86,6 +86,7 @@ if v:version >= 700 Plug 'nvie/vim-togglemouse' "hotkey to toggle mouse Plug 'vim-airline/vim-airline' "airline Plug 'vim-airline/vim-airline-themes' "themes for airline + Plug 'vimwiki/vimwiki' "another attempt at doing notebook via vim " colorschemes Plug 'vdrandom/forked-solarized.vim'