mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Merge branch 'master' of https://github.com./Matir/skel
This commit is contained in:
@@ -69,3 +69,5 @@
|
|||||||
path = ~/.gitconfig.local
|
path = ~/.gitconfig.local
|
||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
|||||||
@@ -5,11 +5,14 @@
|
|||||||
.arduino*
|
.arduino*
|
||||||
.bundle
|
.bundle
|
||||||
.cache
|
.cache
|
||||||
|
.dropbox-dist
|
||||||
.gradle
|
.gradle
|
||||||
.histfile
|
.histfile
|
||||||
.local/share/Steam
|
.local/share/Steam
|
||||||
.local/share/Trash
|
.local/share/Trash
|
||||||
|
.local/lib
|
||||||
.rvm*
|
.rvm*
|
||||||
|
.sliver
|
||||||
.sqlite_history
|
.sqlite_history
|
||||||
.thumbnails
|
.thumbnails
|
||||||
.wine
|
.wine
|
||||||
|
|||||||
7
dotfiles/zshrc.d/vmstat.zsh
Normal file
7
dotfiles/zshrc.d/vmstat.zsh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
function vmstat {
|
||||||
|
local _extra_args
|
||||||
|
if [ "$(tput cols)" -gt 80 ] ; then
|
||||||
|
_extra_args="-w"
|
||||||
|
fi
|
||||||
|
command vmstat ${_extra_args} "$@"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user