-
Notifications
You must be signed in to change notification settings - Fork 10
/
.zshrc
50 lines (40 loc) · 1.31 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
# The following lines were added by compinstall
zstyle :compinstall filename '/home/sriramkswamy/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
unsetopt beep
bindkey -v
# End of lines configured by zsh-newuser-install
# terminal
export TERM=screen-256color
# PATH
export PATH=/home/sriramkswamy/.fzf/bin:$PATH
export PATH=/home/sriramkswamy/.cargo/bin:$PATH
export PATH=/home/sriramkswamy/local/bin:$PATH
# python virtualenv
source ~/venv/global/bin/activate
# alias
alias e='emacs -nw'
alias v='nvim'
alias m='tmux'
alias s='tmux attach-session'
# application aliases
alias d='dropbox status'
alias julia='/hom/sriramkswamy/julia-1.0.0/bin/julia'
# git aliases
alias g='git status'
alias q='git commit -m'
alias c='git commit'
alias a='git add'
alias p='git push'
alias f='git pull'
alias o='git clone'
alias l="git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset) %C(bold cyan)(committed: %cD)%C(reset) %C(auto)%d%C(reset)%n'' %C(white)%s%C(reset)%n'' %C(dim white)- %an <%ae> %C(reset) %C(dim white)(committer: %cn <%ce>)%C(reset)'"
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
# start dropbox
dropbox start