Compare commits

...

2 commits

Author SHA1 Message Date
snow flurry f58618fa13 mkshrc: remove debug echo 2022-08-06 19:36:30 -07:00
snow flurry 301fc26b9f install.sh: stow doesn't like slashes 2022-08-06 19:33:48 -07:00
2 changed files with 1 additions and 2 deletions

View file

@ -107,7 +107,6 @@ get_ps1() {
case "$-" in *i*)
# interactive mode settings go here
echo "interactive"
if /bin/test -z "${HOST}"; then
HOST="$(hostname)"
fi

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -e
stow $PWD/base
stow base
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm