This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!-- 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#-- 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%/*/*/*}/}> ' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# offset | |
regexp=([0-9a-fA-F]{1,7})+ | |
colours=bold red | |
count=once | |
====== | |
# Hex Bytes %_p | |
regexp=\|.+?\| | |
colours=cyan | |
count=once | |
====== |
NewerOlder