diff options
author | June McEnroe <june@causal.agency> | 2018-05-13 00:37:16 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-05-13 00:42:27 -0400 |
commit | 758b40ccc4193535bd07801d554bf5416969804d (patch) | |
tree | 2a196a6fc7a9ad7dc0c0360ee90b6ceb454dcad7 /etc/tf/link.zsh | |
parent | I've really done it now (diff) | |
download | src-758b40ccc4193535bd07801d554bf5416969804d.tar.gz src-758b40ccc4193535bd07801d554bf5416969804d.zip |
Tabify shell scripts
Diffstat (limited to '')
-rwxr-xr-x | etc/tf/link.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/tf/link.zsh b/etc/tf/link.zsh index a00f1c01..7753517e 100755 --- a/etc/tf/link.zsh +++ b/etc/tf/link.zsh @@ -3,5 +3,5 @@ set -o errexit -o nounset tf="$HOME/Library/Application Support/Steam/steamapps/common/Team Fortress 2/tf" for cfg in cfg/*.cfg; do - ln -s -f "$PWD/$cfg" "$tf/$cfg" + ln -s -f "$PWD/$cfg" "$tf/$cfg" done |