Remove suffex aliases from bash

This commit is contained in:
Jonathan Hodgson 2018-04-19 14:23:31 +01:00
parent 1f1c86140c
commit f1de4553d2

View file

@ -140,23 +140,3 @@ alias v="vim"
#Servers Memory
alias servermem='toilet -w 200 "VPS 01" && ssh shires free -h && toilet -w 200 "VPS 02" && ssh abc free -h && toilet -w 200 "VPS 03" && ssh cdc2 free -h && toilet -w 200 "Freightliner" && ssh freightliner free -h && toilet -w 200 "NHS" && ssh nhs free -h'
###########################################
# #
# 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