- AE Dept ...
Company | Date | Source of info | Package | Posting
require 'benchmark' | |
require 'csv' | |
require 'rcsv' | |
module Compare | |
module Core | |
class << self | |
def new | |
@rows = 1000 | |
@cols = 1000 |
export ZSH=$HOME/.oh-my-zsh | |
export DEFAULT_USER='athityakumar' | |
TERM=xterm-256color | |
ZSH_THEME="powerlevel9k/powerlevel9k" | |
POWERLEVEL9K_MODE='awesome-fontconfig' | |
POWERLEVEL9K_PROMPT_ON_NEWLINE=true | |
POWERLEVEL9K_PROMPT_ADD_NEWLINE=true | |
POWERLEVEL9K_RPROMPT_ON_NEWLINE=true | |
POWERLEVEL9K_SHORTEN_DIR_LENGTH=2 |
Company | Date | Source of info | Package | Posting