summaryrefslogtreecommitdiff
path: root/.zshrc
blob: 745dec7b2041ed69c88e3c0fe4e56596927c5f20 (plain)
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
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt autocd nomatch
unsetopt beep notify
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/tmu/.zshrc'

autoload -Uz compinit promptinit
compinit
promptinit
# End of lines added by compinstall

prompt gentoo

alias gs="git status"
alias gl="git log --graph --oneline --all"
alias pd="pushd"
alias ppd="popd"
alias up="cd .."
alias a="emacsclient -n"
alias ll="ls -la"
alias ls="ls --color=auto"