forked from colonelpanic/dotfiles
edit_script function
This commit is contained in:
parent
61bc58a5f1
commit
fba3feb8fb
@ -429,3 +429,7 @@ function python_module_exists {
|
||||
function set_default_prompt {
|
||||
python_module_exists powerline && set_powerline_prompt || set_my_prompt
|
||||
}
|
||||
|
||||
function edit_script {
|
||||
$EDITOR "$(which $1)"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user