all repos — archive/dotfiles @ cfc894f238825d3c7079eae2c6d9fb7798a0d0be

Superseded by nixfiles

Merge branch 'master' of home:dotfiles

Alan Pearce
commit

cfc894f238825d3c7079eae2c6d9fb7798a0d0be

parent

1e5ba0b55f289e00d9c78683b79aefc9fd55f4e2

1 file changed, 9 insertions(+), 1 deletion(-)

changed files
M zsh/zshrczsh/zshrc
@@ -10,6 +10,13 @@ path=(
$defpath ~/bin ) + if [[ -d ~/.gem/ruby ]] + then + path=( + $path + ~/.gem/ruby/*/bin + ) + fi fi if [[ ! -d ~/.zsh/cache ]]
@@ -275,7 +282,8 @@ alias E="SUDO_EDITOR=\emacsclient -c -a emacs\" sudoedit"
alias aticonfig="DISPLAY=:0 \aticonfig" alias wprop='xprop |awk '\'' /^WM_CLASS/{sub(/.* =/, "instance:"); sub(/,/, "\nclass:"); print} - /^WM_NAME/{sub(/.* =/, "title:"); print}'\''' + /^WM_NAME/{sub(/.* =/, "title:"); print} + /^WM_WINDOW_ROLE/{sub(/.* =/, "role:"); print}'\''' alias -g ...='../..'