General improvements

This commit is contained in:
Augusto Gunsch
2022-01-17 19:30:15 -03:00
parent 3c03102ece
commit 879e920a8d
3 changed files with 11 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ alias feh="feh -."
alias info="info --vi-keys"
# grepa
alias grepa="grep -I -n --color=always -r --exclude-dir=venv"
alias grepa="grep -I -n --color=always -r --exclude-dir=venv --exclude-dir=node_modules"
# less
alias less="less -R"
@@ -52,6 +52,6 @@ goto() {
file="$(echo "$open" | cut -d: -f1 -)"
line="$(echo "$open" | cut -d: -f2 -)"
vim "$file" -c "normal! $line"gg
vim "$file" -c "cd %:p:h" -c "normal! $line"gg
fi
}

View File

@@ -1,3 +1,4 @@
xrandr --dpi 96
xset s off -dpms
customkeys
xdg-mime default mupdf.desktop application/pdf