summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc/.wit3
-rw-r--r--vimrc3
2 files changed, 4 insertions, 2 deletions
diff --git a/bashrc/.wit b/bashrc/.wit
index e618ca6..a20afbb 100644
--- a/bashrc/.wit
+++ b/bashrc/.wit
@@ -48,7 +48,8 @@ alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
-alias pa='ps auxwH -L kstart_time'
+alias pa='ps auxw -L kstart_time'
+alias paa='ps auxwH -L kstart_time'
alias psc='ps xawf -eo pid,user,cgroup,args'
alias lstree='lsusb --tree -v'
alias last='last -a'
diff --git a/vimrc b/vimrc
index 5f5710f..340629f 100644
--- a/vimrc
+++ b/vimrc
@@ -6,7 +6,8 @@ filetype plugin indent on
" Plugins
" Plugin 'fatih/vim-go'
-set mouse=r
+" set mouse=a
+set mouse=
set encoding=utf-8
set fileencoding=utf-8
syntax on