-
Notifications
You must be signed in to change notification settings - Fork 0
/
zshrc
71 lines (60 loc) · 2.19 KB
/
zshrc
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=10000
SAVEHIST=10000
setopt appendhistory #extendedglob
unsetopt autocd nomatch notify
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/thriveth/.zshrc'
autoload -U compinit
compinit
# End of lines added by compinstall
source /home/thriveth/Software/antigen.zsh
# Load the oh-my-zsh's library.
antigen-use oh-my-zsh
# Bundles from the default repo (robbyrussell's oh-my-zsh).
antigen-bundle git
antigen-bundle heroku
antigen-bundle pip
antigen-bundle lein
antigen-bundle command-not-found
antigen-bundle lol
antigen-bundle python
# Syntax highlighting bundle.
antigen-bundle zsh-users/zsh-syntax-highlighting
# History Substring Search must be loaded AFTER syntax highlighting.
antigen-bundle history-substring-search
# Load the theme.
antigen-theme fox
#antigen-theme bira
# Tell antigen that you're done.
antigen-apply
source ~/.zsh/zsh-git-prompt/zshrc.sh
source ~/.zsh/batt_stat/zshrc.sh
source ~/.zsh/MyBira.zsh-theme
source ~/.zsh/keybindings.sh
COMPLETION_WAITING_DOTS="true"
fortune | cowsay
echo ' vVv.|/vvv\\vVv||vvvv'
#PATH Variable:
#Add CASA to path first:
export PATH=~/Software/casapy/:~/Software/bin/:$PATH
# Aliases for setting either EPD, Anaconda or Canopy as python dist:
alias epdsetup='export PATH=~/Software/EPD/bin:~/Software/casapy/:$PATH'
#export PATH=~/Software/EPD/bin:~/Software/casapy/:$PATH
alias anaconda='export PATH=~/anaconda/bin:$PATH'
#export PATH=~/anaconda/bin:~/Software/casapy/:$PATH
#alias canopysetup='export PATH=~/'
alias canopysetup='source ~/Enthought/Canopy_64bit/User/bin/activate'
# Pathsetup to include reflex and included pipelines:
export PATH=/home/thriveth/Software/xsh-kit-2.3.0/install/bin/:$PATH
# To call reflex:
# alias reflex=/home/thriveth/Software/xsh-kit-2.3.0/install/bin/reflex
# CABAL verion of pandoc:
export PATH=/home/thriveth/.cabal/bin:$PATH:/home/thriveth/Software/Montage_v3.3/bin
# ESO Reflex path:
export PATH=/home/thriveth/Software/Reflex/install/bin:$PATH
export PYTHONPATH=$PYTHONPATH:/home/thriveth/Software/
# alias reflex=/home/thriveth/Software/Reflex/install/bin/reflex