diff --git a/shells/zshrc b/shells/zshrc index ba230da..4814ff3 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -13,6 +13,7 @@ SAVEHIST=10000000 setopt HIST_EXPIRE_DUPS_FIRST setopt EXTENDED_HISTORY # export PAGER=/usr/bin/w3m +export PAGER=/usr/bin/less alias less=$PAGER source "$HOME/.antigen/antigen.zsh" antigen bundle stonewareslord/oh-my-git @@ -36,7 +37,7 @@ export EDITOR='vim' if [ "$(uname)" != "Darwin" ]; then alias ls='ls --color=always -F' fi -alias steam='sudo kill -9 `pidof steam`;sudo unshare -n -- sh -c "ifconfig lo up;sudo -u stonewareslord i3-msg \"workspace3;exec steam\"" > /dev/null 2>&1 & disown' +alias steam='sudo kill -9 `pidof steam`;sudo unshare -n -- sh -c "ifconfig lo up;sudo -u stonewareslord steam" > /dev/null 2>&1 & disown' alias matlab='matlab -glnx86' alias srm='srm -dv' alias pass='DISPLAY= pass'