Added scripts and updates to vimrc and zshrc

This commit is contained in:
2022-01-14 14:35:07 -05:00
parent 500c648c5b
commit ac03198f70
4 changed files with 28 additions and 5 deletions

View File

@@ -2,4 +2,4 @@
url="https://lite.duckduckgo.com/lite?kd=1&kp=1&q=$(urlencode "$*")"
exec lynx "$url"
exec lynx -vikeys "$url"

View File

@@ -1,7 +1,19 @@
#!/bin/sh
set -e
# Creates a new `zet` inside the House Call Pro `Zettlekasten` directory.
_create() {
# Complete
echo "Create..."
}
_commit() {
echo "Commit..."
}
dirname="$(isosec)"
mkdir "${HCP_NOTES}/${dirname}"
dir="$HCP_NOTES/$dirname"