aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
Diffstat (limited to 'alias')
-rw-r--r--alias4
1 files changed, 2 insertions, 2 deletions
diff --git a/alias b/alias
index c59f317..9cd58e0 100644
--- a/alias
+++ b/alias
@@ -151,8 +151,8 @@ alias cdmd='cd ~/git/map/deploy'
151# blog 151# blog
152alias cdb='cd ~/blog' 152alias cdb='cd ~/blog'
153vp() { 153vp() {
154 post=$1 && shift 154 post="$(find ~/blog/content -name "$1")" && shift
155 vim $@ ~/blog/content/posts/$post 155 vim $@ $post
156} 156}
157 157
158# git 158# git