shortcuts fix
This commit is contained in:
parent
838eeec9ac
commit
b30dc5c54b
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Config locations
|
# Config locations
|
||||||
folders="$HOME/.config/Scripts/folders"
|
folders="$HOME/.scripts/folders"
|
||||||
configs="$HOME/.config/Scripts/configs"
|
configs="$HOME/.scripts/configs"
|
||||||
|
|
||||||
# Output locations
|
# Output locations
|
||||||
bash_shortcuts="$HOME/.bash_shortcuts"
|
bash_shortcuts="$HOME/.bash_shortcuts"
|
||||||
|
|
2
.vimrc
2
.vimrc
|
@ -82,7 +82,7 @@
|
||||||
|
|
||||||
" When shortcut files are updated, renew bash and ranger configs with new
|
" When shortcut files are updated, renew bash and ranger configs with new
|
||||||
" material:
|
" material:
|
||||||
autocmd BufWritePost ~/.config/Scripts/folders,~/.config/Scripts/configs !bash ~/.config/Scripts/shortcuts.sh
|
autocmd BufWritePost ~/.scripts/folders,~/.scripts/configs !bash ~/.scripts/shortcuts.sh
|
||||||
|
|
||||||
" Runs a script that cleans out tex build files whenever I close out of a .tex file.
|
" Runs a script that cleans out tex build files whenever I close out of a .tex file.
|
||||||
autocmd VimLeave *.tex !texclear
|
autocmd VimLeave *.tex !texclear
|
||||||
|
|
Loading…
Reference in a new issue