9 lines
130 B
Bash
9 lines
130 B
Bash
#!/usr/bin/env zsh
|
|
# vim: syn=zsh
|
|
|
|
source ~/.profile
|
|
autoload -Uz edit-command-line
|
|
zle -N edit-command-line
|
|
|
|
env_loader zprofile
|