]> ruderich.org/simon Gitweb - config/dotfiles.git/commit
shell/env: Use test instead of [ and $HOME instead of ~.
authorSimon Ruderich <simon@ruderich.org>
Mon, 31 Dec 2012 01:10:55 +0000 (02:10 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 31 Dec 2012 01:10:55 +0000 (02:10 +0100)
commit683f156e170562a6bb6e5aec67d42919f64f9052
tree896034daa34ad35af8f76981ce2c4ecd67543567
parentb8b992b2aba6d6e9eed0f0b2e025c08511139290
shell/env: Use test instead of [ and $HOME instead of ~.

test and $HOME are more compatible. Not all shells support [ and expand
~.
shell/env