Skip to content

Instantly share code, notes, and snippets.

View Cosaquee's full-sized avatar
☁️
Breaking stuff

Karol Kozakowski Cosaquee

☁️
Breaking stuff
View GitHub Profile
@Cosaquee
Cosaquee / chrome.css
Created May 8, 2019 07:30
Remove toolbar tabs and directory icon from bookmarks
#TabsToolbar { visibility: collapse !important; }
#TabsToolbar { visibility: collapse !important; }
#PlacesToolbarItems .toolbarbutton-icon { display: none !important }
#PlacesToolbarItems .bookmark-item:first-child { margin-left: 6px !important; }
#PlacesToolbarItems .bookmark-item { margin-right: 6px !important; }

Keybase proof

I hereby claim:

  • I am cosaquee on github.
  • I am cosaquee (https://keybase.io/cosaquee) on keybase.
  • I have a public key ASAkTKUXeLeaYsVlM2Da87qKdK3cAtQpSDP9GW9NCvNL1go

To claim this, I am signing this object:

# Depends on the git plugin for work_in_progress()
ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}%{$fg[green]%} "
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}*%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=""
git_custom_status() {
local cb=$(git_current_branch)
if [ -n "$cb" ]; then