Skip to content

Instantly share code, notes, and snippets.

javascript:document.querySelector('.butterbar-container' ).remove();document.querySelector('.app.two').setAttribute('style', 'width:100%;height:100%;left:0;top:0');document.querySelector('.pane-chat').setAttribute('style', 'width:70%;left:30%');
<?php
/**
* An helper file for Laravel 4, to provide autocomplete information to your IDE
* Generated for Laravel 4.2.16 on 2014-12-24.
*
* @author Barry vd. Heuvel <[email protected]>
* @see https://github.com/barryvdh/laravel-ide-helper
*/
namespace {
#### run this as root
# Install zsh
apt-get install -y zsh
# Install oh-my-zsh
curl -L http://install.ohmyz.sh | sh
# Change default shell from bash to zsh
command -v zsh | sudo tee -a /etc/shells
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[yellow]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}!"
ZSH_THEME_GIT_PROMPT_CLEAN=""
function prompt_char {
if [ $UID -eq 0 ]; then echo "%{$fg[red]%}#%{$reset_color%}"; else echo $; fi
}
PROMPT='%{$fg_bold[blue]%}🍔 p4blo.%{$reset_color%}%{$fg_bold[yellow]%}ch%{$reset_color%}: %{$fg_bold[blue]%}%~%{$reset_color%}$(git_prompt_info)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
djaskd as