summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc23
1 files changed, 4 insertions, 19 deletions
diff --git a/zshrc b/zshrc
index cadd3cd..fe823d3 100644
--- a/zshrc
+++ b/zshrc
@@ -10,9 +10,6 @@ ENABLE_CORRECTION="true"
# Dots for completion
COMPLETION_WAITING_DOTS="true"
-# Would you like to use another custom folder than $ZSH/custom?
-# ZSH_CUSTOM=/path/to/new-custom-folder
-
# Plugins
plugins=(vi-mode git)
@@ -50,10 +47,9 @@ alias cdd='cd ~/Dropbox/dotfiles'
alias tmux="TERM=screen-256color-bce tmux"
alias g='git'
alias v=$EDITOR
-alias tmux="TERM=screen-256color-bce tmux"
alias g='git'
alias v='vim'
-alias vs="vim --servername SYNCTEX"
+alias vs="vim --servername SYNC"
alias c='clear'
alias m='mutt'
alias a='vifm'
@@ -63,6 +59,9 @@ alias mail='offlineimap'
alias ca='printf "\ec"'
alias update='sudo apt-get update'
alias upgrade='sudo apt-get upgrade'
+alias install='sudo apt-get install'
+alias remove='sudo apt-get autoremove'
+alias purge='sudo apt-get purge'
alias push='git push origin master'
alias pull='git pull origin master'
alias commit='git commit -a -m "auto-commit"'
@@ -81,19 +80,5 @@ alias ex='vim ~/.xmodmap'
bindkey -a 'k' history-beginning-search-backward
bindkey -a 'j' history-beginning-search-forward
-# Colorscheme
-# sleep 2
-# h=`date +%H`
-# if [ $h -lt 9 ]; then
-# xdotool key Alt+t p Down Right Return
-# eval `dircolors ~/.solarized/dircolors-solarized/dircolors.ansi-dark`
-# elif [ $h -lt 17 ]; then
-# xdotool key Alt+t p Down Down Right Return
-# eval `dircolors ~/.solarized/dircolors-solarized/dircolors.ansi-light`
-# else
-# xdotool key Alt+t p Down Right Return
-# eval `dircolors ~/.solarized/dircolors-solarized/dircolors.ansi-dark`
-# fi
-
# Crontab jobs
crontab ~/.crontab