-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmy_zshrc
More file actions
32 lines (24 loc) · 868 Bytes
/
my_zshrc
File metadata and controls
32 lines (24 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# Executes commands at the start of an interactive session.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Source Prezto.
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
# Customize to your needs...
alias cslabs="~/dev/UTCSLabs/UTCSLabs/labs.sh"
alias aj="ssh dbthaker@almond-joy.cs.utexas.edu"
alias printme="~/dev/UTCSprint/print.sh"
alias prun="python examples/cooper.py"
. `brew --prefix`/etc/profile.d/z.sh
export PATH="/Users/darshan/anaconda/bin:$PATH"
alias dockme='docker start fervent_shockley && docker attach fervent_shockley'
alias ll="ls -alh"
alias embed="screen /dev/tty.usbmodem* 115200"
alias python2="python"
$(boot2docker shellinit 2> /dev/null)
#while true; do ~/dev/DownloadCleanUp/cleanup.sh ; sleep 10000; done &
bindkey "^R" history-incremental-search-backward