From 7389708dcd23df87da827f816e25e9bf5e1cf3fc Mon Sep 17 00:00:00 2001 From: jomido Date: Wed, 20 Jun 2018 11:50:59 -0500 Subject: [PATCH] Updated bashrc, dmesg -T and l/ll/etc colors --- bash/.bashrc | 8 +++----- vim/.vimrc | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/bash/.bashrc b/bash/.bashrc index 357dde3..3fb33b5 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -10,11 +10,11 @@ fi # User specific aliases and functions alias l.='ls -lh --color=auto' 2>/dev/null -alias l='ls -lh' -alias ll='ls -lh' -#set -o vi +alias l='ls -lh --color=auto' +alias ll='ls -lh --color=auto' alias p='ping' alias s='sudo' +alias dmesg='dmesg -H' #golang stuff export GOPATH=$HOME/gopath @@ -24,8 +24,6 @@ export EDITOR=/usr/bin/vim [ -f ~/.fzf.bash ] && source ~/.fzf.bash -#vi readline -set -o vi #ctrl-x, ctrl-e to launch $EDITOR (vim) bind -m vi-insert '"\C-x\C-e": edit-and-execute-command' diff --git a/vim/.vimrc b/vim/.vimrc index a148695..a8e7047 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -27,7 +27,7 @@ hi cursorline cterm=none term=none ctermbg=236 set cursorline "enable relative line numbers -set number relativenumber +"set number relativenumber "set highlight cursorcolumn cterm=NONE ctermbg=darkred ctermfg=white guibg=darkred guifg=white nnoremap c :set cursorline! cursorcolumn!