about summary refs log tree commit diff stats
path: root/hm/soispha/conf/zsh/config/zsh-init.zsh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/zsh/config/zsh-init.zsh (renamed from hm/soispha/conf/zsh/config/zsh-init.sh)4
1 files changed, 3 insertions, 1 deletions
diff --git a/hm/soispha/conf/zsh/config/zsh-init.sh b/hm/soispha/conf/zsh/config/zsh-init.zsh
index a19f3eff..cd8d34a9 100644
--- a/hm/soispha/conf/zsh/config/zsh-init.sh
+++ b/hm/soispha/conf/zsh/config/zsh-init.zsh
@@ -1,3 +1,4 @@
+#!/usr/bin/env zsh
 # If not running interactively, don't do anything
 [[ $- != *i* ]] && return
 
@@ -10,7 +11,8 @@
 #autoload -Uz colors && colors
 #autoload -Uz compinit && compinit -u
 ## Edit line in vim buffer ctrl-v
-autoload -Uz edit-command-line; zle -N edit-command-line
+autoload -Uz edit-command-line
+zle -N edit-command-line
 ## Enter vim buffer from normal mode
 #autoload -Uz edit-command-line && zle -N edit-command-line
 bindkey "^V" edit-command-line