diff options
| author | Jeff Carr <[email protected]> | 2025-02-15 21:59:05 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-15 21:59:05 -0600 |
| commit | 8edfd981d81ab9e6dce2c5c6c08f0e501a600a49 (patch) | |
| tree | dc7b9b80c41438d923a7ef2d1d1eff196f6bf109 /bashrc | |
| parent | dbac091a1eacf16596b015b79870103c7b8abb14 (diff) | |
turn off mouse in vim
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc/.wit | 3 |
1 files changed, 2 insertions, 1 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' |
