Revert "shell bits that needed to be fixed."
This reverts commit cc75e76c65.
This commit is contained in:
parent
aa802af016
commit
6951b01f08
2 changed files with 6 additions and 18 deletions
22
zshrc
22
zshrc
|
|
@ -7,19 +7,7 @@ HISTFILE=~/.histfile
|
|||
HISTSIZE=2000
|
||||
SAVEHIST=2000
|
||||
setopt appendhistory autocd extendedglob
|
||||
|
||||
if [ -x /usr/bin/xset ]; then
|
||||
if [ -v DISPLAY]; then
|
||||
xset -b
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ ${TERM} == st* ]]; then
|
||||
if [ ! -e /usr/share/terminfo/s/st-256color ]; then
|
||||
export TERM=xterm-256color
|
||||
fi
|
||||
fi
|
||||
|
||||
xset -b
|
||||
unsetopt beep
|
||||
bindkey -e
|
||||
export LESS="-X -R -F"
|
||||
|
|
@ -60,10 +48,10 @@ fi
|
|||
|
||||
. ~/bin/aliases
|
||||
|
||||
#prompt fire 125 234 084 054 020
|
||||
# powerline
|
||||
#source ~/.local/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh
|
||||
source ~/bin/powerline-shell-init
|
||||
prompt fire 125 234 084 054 020
|
||||
|
||||
# powerline (arch location)
|
||||
#. /usr/share/zsh/site-contrib/powerline.zsh
|
||||
|
||||
unalias rm
|
||||
unalias mv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue