1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 03:21:16 +02:00

qol changes

- minor changes to snippets
- minor changes to aliases
- switching from ycm to coc for nvim autocomplete
This commit is contained in:
TiynGER
2020-10-30 08:12:56 +01:00
parent 614284d041
commit 81dcd6f453
8 changed files with 127 additions and 65 deletions

View File

@@ -39,7 +39,7 @@ haste() {
}
#khal
alias calendar="khal"
alias calendar="khal interactive"
# khard
alias contacts="khard"
@@ -53,8 +53,9 @@ alias tree="lsd --tree"
# mkdir
alias mkdir="mkdir -p"
# mount
alias mount="mount |column -t"
# mutt
alias mutt="neomutt"
alias upmutt="mbsync -a && neomutt"
# mv
alias mv="mv -i"