Dotfiles/shells/zsh/oh-my-zsh/aliases.zsh
2018-04-17 22:47:11 +01:00

22 lines
458 B
Bash

source ~/.dotfiles/shells/aliases
###########################################
# #
# Suffex Aliases #
# #
###########################################
alias -s html=$EDITOR
alias -s htm=$EDITOR
alias -s php=$EDITOR
alias -s less=$EDITOR
alias -s css=$EDITOR
alias -s js=$EDITOR
alias -s es6=$EDITOR
alias -s gitignore=$EDITOR
alias -s json=$EDITOR