Remove suffex aliases from bash
This commit is contained in:
parent
76dbe253b6
commit
769565350b
1 changed files with 0 additions and 20 deletions
|
@ -140,23 +140,3 @@ alias v="vim"
|
||||||
#Servers Memory
|
#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'
|
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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue