mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Added scripts and updates to vimrc and zshrc
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
url="https://lite.duckduckgo.com/lite?kd=1&kp=1&q=$(urlencode "$*")"
|
||||
|
||||
exec lynx "$url"
|
||||
exec lynx -vikeys "$url"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user