mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
Added scripts and updates to vimrc and zshrc
This commit is contained in:
@@ -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