You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
466 B
23 lines
466 B
source ~/.dotfiles/shells/shared/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 |
|
|
|
|