I hereby claim:
- I am sygo on github.
- I am nuno (https://keybase.io/nuno) on keybase.
- I have a public key whose fingerprint is 8F08 BF19 03B3 EFD0 0E19 6C5A 98DA AA47 AFD3 4F5B
To claim this, I am signing this object:
# offset | |
regexp=([0-9a-fA-F]{1,7})+ | |
colours=bold red | |
count=once | |
====== | |
# Hex Bytes %_p | |
regexp=\|.+?\| | |
colours=cyan | |
count=once | |
====== |
" colors | |
set t_Co=256 | |
" colorscheme miromiro | |
" detect filetype, associated plugins and auto indent, enable syntax highlight | |
filetype off | |
syntax enable | |
" backup things | |
set backup |
#-- be done if it's not an interactive session --# | |
[ -z "$PS1" ] && return | |
#-- prompt --# | |
PNORMAL='\[\033[00m\]' | |
PGREEN='\[\033[0;32m\]' | |
PRED='\[\033[0;31m\]' | |
PBLUE='\[\033[0;34m\]' | |
#PS1=['$?:${PWD#${PWD%/*/*/*}/}> ' |
!-- Urxvt settings --! | |
URxvt.buffered: true | |
URxvt.background: #000000 | |
URxvt.foreground: #A9A9A9 | |
URxvt.cursorColor: #5E468C | |
URxvt.geometry: 80x30 | |
URxvt.transparent: true | |
URxvt.shading:20 | |
URxvt.title: Urxvt | |
! Underlined text color |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>ANSIBlueColor</key> | |
<data> | |
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS | |
AAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAC | |
TxAmMC4zMjU0OTAyMDY1IDAuMzYwNzg0MzIyIDAuNDYyNzQ1MTMwMQDSEBESE1okY2xh | |
c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2 |
.navbar { | |
top:10px; | |
min-width:80%; | |
background:khaki; | |
padding-left: 5px; | |
padding-right: 5px; | |
padding-top: 3px; | |
padding-bottom: 3px; | |
border-top-left-radius: 10px 10px; | |
border-top-right-radius: 10px 10px; |
# Lines configured by zsh-newuser-install | |
HISTFILE=~/.histfile | |
HISTSIZE=1000 | |
SAVEHIST=1000 | |
setopt appendhistory autocd extendedglob nomatch notify correctall | |
unsetopt beep | |
bindkey -v | |
# End of lines configured by zsh-newuser-install | |
# The following lines were added by compinstall | |
zstyle :compinstall filename '$HOME/.zshrc' |
#Somewhat modified from the Aaron's original and awesome work -- | |
# My ZSH prompt theme to match the 88_madcows.theme for Irssi | |
# Author: Aaron Toponce | |
# License: Public Domain | |
function precmd { | |
# let's get the current get branch that we are under | |
# ripped from /etc/bash_completion.d/git from the git devs | |
git_ps1 () { |
I hereby claim:
To claim this, I am signing this object:
# status | |
hardstatus alwayslastline '%{= M} %H%{= G} %l %= %{= w}%-w%{+b r}%n*%t%{-b r}%{w}%+w %= %{c}%d %D %{B}%c ' | |
hardstatus off | |
hardstatus alwayslastline | |
#scrollback goodness | |
defscrollback 5000 |