aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-01-25 20:12:16 -0500
committerxero <x@xero.nu>2014-01-25 20:12:16 -0500
commitabb204ed8349b10dc53fc5884c8388c11d23776d (patch)
tree8695c10af69d57552a98bad8fe9852e5d808230c /.zshrc
parent264ff0e4b8ba9fd58fc412867d5103aff5578b62 (diff)
downloaddotfiles_ascii-abb204ed8349b10dc53fc5884c8388c11d23776d.tar.xz
dotfiles_ascii-abb204ed8349b10dc53fc5884c8388c11d23776d.zip
add zsh config file. xdefaults organization
Diffstat (limited to '')
-rw-r--r--.zshrc67
1 files changed, 67 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
new file mode 100644
index 0000000..b96bb32
--- /dev/null
+++ b/.zshrc
@@ -0,0 +1,67 @@
+# ██
+# ░██
+# ██████ ██████░██ ██████ █████
+# ░░░░██ ██░░░░ ░██████ ░░██░░█ ██░░░██
+# ██ ░░█████ ░██░░░██ ░██ ░ ░██ ░░
+# ██ ░░░░░██░██ ░██ ░██ ░██ ██
+# ██████ ██████ ░██ ░██░███ ░░█████
+# ░░░░░░ ░░░░░░ ░░ ░░ ░░░ ░░░░░
+!
+! ▓▓▓▓▓▓▓▓▓▓
+! ░▓ author ▓ xero <x@xero.nu>
+! ░▓ code ▓ http://code.xero.nu/dotfiles
+! ░▓ mirror ▓ http://github.com/xero/dotfiles
+! ░▓▓▓▓▓▓▓▓▓▓
+! ░░░░░░░░░░
+!
+! █▓▒░ timestamps
+# HIST_STAMPS="mm/dd/yyyy"
+
+#█▓▒░ exports
+export PATH=$HOME/bin:/usr/local/bin:$PATH
+# export MANPATH="/usr/local/man:$MANPATH"
+
+#█▓▒░ preferred editor for local and remote sessions
+if [[ -n $SSH_CONNECTION ]]; then
+ export EDITOR='nano'
+else
+ export EDITOR='sublime'
+fi
+
+#█▓▒░ ssh
+export SSH_KEY_PATH="~/.ssh/id_rsa"
+
+#█▓▒░ aliases
+alias workscreen='xrandr --output HDMI1 --left-of LVDS1 --mode 1366x768'
+alias ls='ls --color=auto'
+alias lsla="ls -la --color=auto"
+alias "cd.."="cd ../"
+alias rock="ncmpcpp"
+alias genplaylist="cd ~/music;find . -name '*.mp3' -o -name '*.flac'|sed -e 's%^./%%g' > ~/.mpd/playlists/all.m3u;mpd ~/.mpd/mpd.conf;mpc clear;mpc load all.m3u;mpc update"
+alias matrix="cmatrix -b -s"
+alias pipes="bash ~/fun/pipes.sh"
+alias pipesx="bash ~/fun/pipesx.sh"
+alias rain="bash ~/fun/rain.sh"
+alias sai="sudo apt-get install"
+alias screenfetch="~/fun/screenfetch"
+alias invert="xcalib -i -a"
+alias mixer="alsamixer"
+alias disks="palimpsest"
+
+#█▓▒░ custom prompts
+
+#█▓▒░dual line
+PROMPT="%F{cyan}┌[%F{white}%n@%M%F{cyan}]─[%F{red}%~%F{cyan}]
+%F{cyan}└─ %F{white}"
+#RPROMPT="%F{cyan}[%F{white}%n@%M%F{cyan}]"
+
+#█▓▒░ ninja
+PROMPT="%F{white} ▟▙ %F{red}%~%F{white}
+▟▒%F{blue}░░░░░░░%F{white}▜▙▜████████████████████████████████▛
+▜▒%F{blue}░░░░░░░%F{white}▟▛▟▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▛
+ ▜▛
+ %F{white}"
+
+#█▓▒░ minial
+grey="%{^[[01;30m%}"
+PROMPT='%F{cyan}[%F{white}%~%F{cyan}]── -%f '