diff --git a/bashrc b/bashrc index 86dc12b..d7add76 100755 --- a/bashrc +++ b/bashrc @@ -136,7 +136,8 @@ alias _reloadrc="test -f ~/.bashrc && source ~/.bashrc" alias sh="ENV=$HOME/.shrc PS1=\$\ PROMPT_COMMAND="" sh" # type trash >/dev/null 2>&1 && alias rm=trash alias mpg123="mpg123 -C -v --title" -export PLAYER="mpg123 -C -v --title" +alias xm="xmms2" +#export PLAYER="mpg123 -C -v --title" null type screen && alias screen="screen -e^z^z" alias zcd="cd \`zenity --file-selection --directory\`" null type gtags && alias gtags="gtags --verbose" diff --git a/vimrc b/vimrc index 4a378c7..e9af903 100644 --- a/vimrc +++ b/vimrc @@ -64,7 +64,7 @@ filetype plugin indent on let g:netrw_liststyle = 1 let g:netrw_list_hide = '\(^\|\s\s\)\zs\.\S\+' -" i dont use gvimrc +" for gvim if has('gui_running') " hide toolbar and scroll bar set guioptions-=T