1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

diverse changes for qol

- remapping the substitution to <leader>ss in nvim to not conflict with line replacement
- moving the gitrepo directory
- making compiler for octave silent
This commit is contained in:
TiynGER
2020-11-02 23:23:33 +01:00
parent 5445b3c088
commit e878a83893
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# copying tex templates
latexdir=~/gitrepos/main/latextemplates/
latexdir=~/code/main/latextemplates/
[ -z "$2" ] && echo "missing argument: filename (no ending)" && return 1