[taffybar] Use github pointer for github

This commit is contained in:
2018-05-31 15:59:14 -07:00
parent 2cb7966374
commit ca166bd1a2
2 changed files with 3 additions and 11 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