summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc20
1 files changed, 0 insertions, 20 deletions
diff --git a/zshrc b/zshrc
index 6c8af92..727548d 100644
--- a/zshrc
+++ b/zshrc
@@ -16,17 +16,6 @@ zstyle :compinstall filename '/home/slash/.zshrc'
autoload -Uz compinit
compinit
-export LESS_TERMCAP_mb=$'\e[1;37m'
-export LESS_TERMCAP_md=$'\e[1;37m'
-export LESS_TERMCAP_me=$'\e[0m'
-export LESS_TERMCAP_se=$'\e[0m'
-export LESS_TERMCAP_so=$'\e[1;47;30m'
-export LESS_TERMCAP_ue=$'\e[0m'
-export LESS_TERMCAP_us=$'\e[0;36m'
-
-export CC=clang
-export CXX=clang
-
# Functions
function env()
{
@@ -56,15 +45,6 @@ chpwd_functions+='chpwd_show_todo'
PROMPT='(%{${fg[magenta]}%}%m%{${fg[default]}%} %{${fg[cyan]}%}%B%~%b%{${fg[default]}%}) %(?.%{${fg[green]}%}O.%{${fg[red]}%}X)%{${fg[default]}%} %# '
RPROMPT='$(prompt_git_info)%{${fg[default]}%}'
-# Aliases
-alias alpine="alpine -p ""{imap.gmail.com/ssl/user=tom.willemsen@archlinux.us}remote_pinerc"""
-alias evolus-pencil="/usr/lib/evolus-pencil-svn/evolus-pencil.sh"
-alias grep="grep --color=always"
-alias ls="ls -F --color=always"
-alias slrn="NNTPSERVER='news.eternal-september.org' slrn"
-alias cower="cower --color=always --target=$HOME/var/aur"
-alias less="less -FXRS"
-
# Set terminal name to current runnign application
case $TERM in
rxvt*)