Skip to content

Instantly share code, notes, and snippets.

@hanspagel
hanspagel / .bash_profile
Created August 18, 2016 08:53
some aliases for the bash
alias web='cd ~/Documents/Websites'
alias apps='cd ~/Documents/Apps'
alias okgrunt='git pull && sublime . && grunt'
alias ok='git pull && sublime .'
alias okgo='git pull && sublime . && vagrant up'
alias okgogrunt='git pull && sublime . && vagrant up && npm install && grunt'
alias okupdate='ncu -u && composer update'
alias subl='sublime .'
@s2b
s2b / PageTS.ts2
Last active November 7, 2019 10:52
Responsive Images and TYPO3: http://somethingphp.com/responsive-images-typo3/
TCEFORM.tt_content {
# Disable fields that specify/change image dimensions
imagewidth.disabled = 1
imageheight.disabled = 1
section_frame.disabled = 1
# Limit column selection
imagecols.keepItems = 1, 2, 3, 4
imagecols.types.textpic.keepItems = 1, 2
}