Minor improvements
This commit is contained in:
parent
6cfeca9164
commit
b6fd0ffcb3
@ -42,4 +42,3 @@ UXTerm*color6: #00d7ff
|
||||
UXTerm*color14: #00d7ff
|
||||
UXTerm*color7: #ffffff
|
||||
UXTerm*color15: #ffffff
|
||||
UXTerm*backarrowKey: false
|
||||
|
@ -52,6 +52,7 @@ echo "done"
|
||||
if [ -f /etc/zsh_command_not_found ] ; then
|
||||
source /etc/zsh_command_not_found
|
||||
fi
|
||||
export DISABLE_AUTO_TITLE=true
|
||||
export PATH="/home/stonewareslord/.autojump/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
|
||||
export EDITOR='vim'
|
||||
if [ "$(uname)" != "Darwin" ]; then
|
||||
@ -68,7 +69,9 @@ alias ll='ls -AglhF'
|
||||
alias la='ls -A'
|
||||
alias l='ls -CF'
|
||||
alias logout='sudo pkill -u $USER'
|
||||
alias fixsh='ssh-keygen -R'
|
||||
function fixsh(){
|
||||
sed -i '' -e $1"d" ~/.ssh/known_hosts
|
||||
}
|
||||
alias tmux='tmux -2'
|
||||
alias less='less -R'
|
||||
alias tree='tree -C'
|
||||
@ -118,6 +121,7 @@ alias fk='k `fzf --no-mouse -m -1 -x`'
|
||||
alias fkill='ps -ef | sed 1d | fzf --no-mouse -m -1 -x | awk "{print $2}" | xargs kill -${1:-9}'
|
||||
alias slp='smon ./x&DISPLAY=:0.0 i3lock -di `echo $(shuf -n1 -e ~/.i3/wall/*) | tee /tmp/wall`'
|
||||
alias updateall='sudo sh -c "apt-get update;apt-get upgrade -y;apt-get dist-upgrade -y;apt-get autoremove -y"'
|
||||
alias susp="echo mem|sudo tee /sys/power/state>/dev/null"
|
||||
alias -s html="firefox"
|
||||
alias -s log="less -MN"
|
||||
alias -s odt="libreoffice"
|
||||
@ -197,8 +201,6 @@ function initify(){
|
||||
git checkout master
|
||||
fi
|
||||
}
|
||||
function ovim(){ vim +"SessionOpen $@"; }
|
||||
function ogvim(){ gvim +"SessionOpen $@"; }
|
||||
function tsh(){
|
||||
ssh $* -X
|
||||
if which ponysay >/dev/null; then
|
||||
@ -275,4 +277,3 @@ function k(){
|
||||
fi
|
||||
}
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
export DISABLE_AUTO_TITLE=true
|
||||
|
Loading…
Reference in New Issue
Block a user