merge: work

This commit is contained in:
AngeD 2022-12-14 20:27:31 +01:00
commit f4c72aa744
4 changed files with 4 additions and 5 deletions

View File

@ -14,7 +14,6 @@ vim.o.list = true
vim.o.number = true vim.o.number = true
vim.o.relativenumber = true vim.o.relativenumber = true
vim.o.laststatus = 3 vim.o.laststatus = 3
vim.o.cmdheight = 0
vim.o.ignorecase = true vim.o.ignorecase = true
vim.o.smartcase = true vim.o.smartcase = true

@ -1 +1 @@
Subproject commit 0c038493b37e67bed287ff99722a9ced5cdfe617 Subproject commit cbf8762f15fac03a51eaa2c6f983d4a5045c95b4

@ -1 +1 @@
Subproject commit eadfcad580edc74b258dc1380f1e3edea35cc6d4 Subproject commit 6ed8a41bd594e14652318650a83442d385b193a9

View File

@ -27,9 +27,9 @@ alias minecraft='DRI_PRIME=1 minecraft-launcher'
# alias # alias
function coloralias() { function coloralias() {
$1 $(echo - "${@:2}" | sed 's/--color=.\+/--color=force/') $1 $(echo - "${@:2}" | sed 's/--color=\w\+/--color=always/')
} }
alias sudo='sudo ' alias sudo='sudo '
alias watch='coloralias watch -c ' alias watch='coloralias watch -c -- '
alias xargs='xargs ' alias xargs='xargs '