-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zshrc
47 lines (33 loc) · 1.02 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
source /home/gil/.dotfiles/antigen/antigen.zsh
antigen use oh-my-zsh
# Bundles from the default repo (robbyrussell's oh-my-zsh).
antigen bundle git
antigen bundle docker
antigen bundle pip
antigen bundle archlinux
antigen bundle emacs
# Syntax highlighting bundle.
antigen bundle zsh-users/zsh-syntax-highlighting
#
# Load the theme.
antigen theme robbyrussell
# Tell antigen that you're done.
antigen apply
zstyle ':completion:*' menu select
alias grep="/usr/bin/grep $GREP_OPTIONS"
unset GREP_OPTIONS
alias fuck='eval $(thefuck $(fc -ln -1)); history -R'
alias FUCK='fuck'
# make feh always scale images to window size
alias feh='feh -.'
alias dropbox='dropbox-cli'
alias mount='sudo mount -o uid=gil,gid=users'
case $HOST in
(bad_cat) export PATH=/home/gil/miniconda3/bin:$PATH;;
(theo) export PATH=/home/gil/anaconda/bin:$PATH;;
esac
export EDITOR="vim"
export BROWSER="opera"
export TERM=rxvt-unicode-256color
eval $(keychain --eval --agents ssh -Q --quiet id_ed25519)
keychain --agents ssh -Q --quiet ~/.ssh/id_rsa