add ansible vault file (location to be changed in future)
This commit is contained in:
parent
51f9252217
commit
f8a6b5d935
|
@ -52,4 +52,5 @@ alias \
|
||||||
vim="lvim" \
|
vim="lvim" \
|
||||||
wikidown='rclone sync cloud:files/luca/Notes ~/Documents/vimwiki' \
|
wikidown='rclone sync cloud:files/luca/Notes ~/Documents/vimwiki' \
|
||||||
wikiup='rclone sync ~/Documents/vimwiki cloud:files/luca/Notes' \
|
wikiup='rclone sync ~/Documents/vimwiki cloud:files/luca/Notes' \
|
||||||
cam="mpv --untimed --no-cache --no-osc --no-input-default-bindings --profile=low-latency --input-conf=/dev/null --title=webcam $(ls /dev/video[0,2,4,6,8] | tail -n 1)"
|
cam="mpv --untimed --no-cache --no-osc --no-input-default-bindings --profile=low-latency --input-conf=/dev/null --title=webcam $(ls /dev/video[0,2,4,6,8] | tail -n 1)" \
|
||||||
|
ahv="export ANSIBLE_VAULT_PASSWORD_FILE=~/.ansible/secrets/ansible-homelab && ansible-vault"
|
||||||
|
|
Loading…
Reference in New Issue