Merge branch 'master' of github.com:IvanMalison/dotfiles

This commit is contained in:
2018-06-01 15:50:03 -07:00
6 changed files with 8 additions and 16 deletions

View File

@@ -1,10 +0,0 @@
#!/usr/bin/env zsh
# -*- mode:sh
if command_exists "imalison-taffybar"; then
imalison-xmonad "$@"
else
# Move .lib/bin to the end of PATH so that this script is not called again
add_to_path "$HOME/.lib/bin" --after
xmonad "$@"
fi