From 7aad4edb8daaeb513c80e8050e5b8eef56e15ff2 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Fri, 8 Aug 2014 01:23:42 -0500 Subject: [PATCH] ugh --- .Xresources | 23 +---------------------- .bash_profile | 6 +++--- .vimrc | 5 ++++- 3 files changed, 8 insertions(+), 26 deletions(-) diff --git a/.Xresources b/.Xresources index d3ab424..57ad1e9 100644 --- a/.Xresources +++ b/.Xresources @@ -1,30 +1,9 @@ -!! old solarized - -#define S_base03 #000000 -#define S_base02 #073642 -#define S_base01 #586e75 -#define S_base00 #657b83 -#define S_base0 #839496 -#define S_base1 #93a1a1 -#define S_base2 #eee8d5 -#define S_base3 #fdf6e3 -#define S_yellow #b58900 -#define S_orange #cb4b16 -#define S_red #dc322f -#define S_magenta #d33682 -#define S_violet #6c71c4 -#define S_blue #268bd2 -#define S_cyan #2aa198 -#define S_green #859900 - -*fading: 25 - URxvt*.scrollBar: false URxvt*.font: -*-terminus-*-*-normal--12-120-72-72-c-60-*-* URxvt*.boldFont: -*-terminus-*-*-normal--12-120-72-72-c-60-*-* URxvt*.perl-ext-common: default,matcher !,vtwheel,fullscreen -URxvt*.url-launcher: /usr/bin/google-chrome +URxvt*.url-launcher: /usr/local/bin/chromium URxvt*.matcher.button: 1 URxvt*.depth: 32 URxvt*cursorBlink: 1 diff --git a/.bash_profile b/.bash_profile index c5f3c1a..de061df 100644 --- a/.bash_profile +++ b/.bash_profile @@ -2,10 +2,10 @@ if [ -f ~/.bashrc ]; then source ~/.bashrc fi -export TERM=screen-256color -alias -p tmux=tmux -u +alias tmux="tmux -u" +alias claer="clear" -export EDITOR=/usr/local/bin/vim +export EDITOR=/usr/bin/vi export VISUAL=/usr/local/bin/vim export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/amd64/ diff --git a/.vimrc b/.vimrc index 449f99c..3c9618e 100644 --- a/.vimrc +++ b/.vimrc @@ -1,14 +1,17 @@ +set expandtab set incsearch set tabstop=4 set backspace=2 set ruler set smartcase set showmatch -set cindent set nu set nocp +set nowrap cmap w!! w !sudo tee > /dev/null % +"execute pathogen#infect() + syntax on -- 2.41.0