Move zsh and aliases to conf.d style configs
This commit is contained in:
8
aliases.d/editor.zsh
Normal file
8
aliases.d/editor.zsh
Normal file
@@ -0,0 +1,8 @@
|
||||
alias e="$EDITOR"
|
||||
|
||||
# Use $FINDER and $EDITOR
|
||||
if (( $+commands[$FINDER] )); then
|
||||
e?() {
|
||||
$EDITOR $($FINDER)
|
||||
}
|
||||
fi
|
Reference in New Issue
Block a user