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
#!/bin/bash | |
# bash_prompt | |
# Inspired by https://github.com/necolas/dotfiles/blob/master/bash/bash_prompt | |
# iTerm2 prefs: import Solarized theme (disable bright colors for bold text) | |
# Color ref: http://vim.wikia.com/wiki/Xterm256_color_names_for_console_Vim | |
# More tips: http://www.cyberciti.biz/tips/howto-linux-unix-bash-shell-setup-prompt.html | |
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
#!/usr/bin/env ruby | |
require 'rubygems' | |
require 'fileutils' | |
require 'date' | |
require 'chronic' | |
require 'fog' | |
#Set the default directory for relative paths. | |
Dir.chdir(File.expand_path(File.dirname(__FILE__))) |
NewerOlder