📝 Subtle changes to config and aliases

This commit is contained in:
z3rOR0ne 2022-10-11 12:08:09 -07:00
parent 15c493bc4f
commit f8e7a278ec
2 changed files with 3 additions and 3 deletions

View file

@ -206,7 +206,7 @@ alias ipaddr="curl ifconfig.me/all.json | jq"
alias hwclock="doas hwclock"
alias killport="fuser -k"
alias kill9="killall -9" # kills process by name, e.g. kill9 cmus
# alias npm_upgrade="doas npm install --location=global npm@latest"
alias npm_upgrade="doas npm install --location=global npm@latest"
alias {pacquery,pacgrep,pacq}="pacman -Q | grep $1"
alias npm_list="find /usr/lib/node_modules -maxdepth 1 | sed -r 's/^\/usr\/lib\/node_modules\///g"
alias pip_upgrade="python -m pip install --upgrade pip"

View file

@ -305,8 +305,8 @@ vim.g.mkdp_browser = 'librewolf'
vim.g.mkdp_theme = 'dark'
-- set relative number
vim.opt.number = true
-- vim.opt.relativenumber = true
-- vim.opt.number = true
vim.opt.relativenumber = true
vim.opt.cursorcolumn = true
-- vim.opt.cursor = true