diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-08-14 16:12:23 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-08-14 16:12:23 -0400 |
commit | 1d71fab074e22e830554b0b5a73ec9a092643d07 (patch) | |
tree | 2dbb322beb9bc6b48c214b301143f4d3dc45e358 /.config/wmii/util.sh | |
parent | 7312ba70c4535733584d27db200ce6f9d2d6aa46 (diff) |
wmii: play with PATH better
Diffstat (limited to '.config/wmii/util.sh')
-rw-r--r-- | .config/wmii/util.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/wmii/util.sh b/.config/wmii/util.sh index 43d7d4a..61fb2c9 100644 --- a/.config/wmii/util.sh +++ b/.config/wmii/util.sh @@ -1,7 +1,7 @@ #!/bin/bash # I moved "fixes" into a separate file because it isn't so much configuration... -. "$HOME/.wmii/fixes.sh" +. fixes.sh ################################################################################ # Added shell features # |