diff options
| -rw-r--r-- | bashrc/.wit | 3 | ||||
| -rw-r--r-- | vimrc | 3 |
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' @@ -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 |
