diff options
author | Mattias Andrée <maandree@kth.se> | 2024-05-06 10:17:18 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-05-06 10:17:18 +0200 |
commit | 9e61d4b3a6c16ea7e914956a571849d14c0e0baf (patch) | |
tree | 404c2545e9618a224822ea7fcf3125762d866358 /st@zenith/Makefile | |
parent | ... (diff) | |
download | dotfiles-9e61d4b3a6c16ea7e914956a571849d14c0e0baf.tar.gz dotfiles-9e61d4b3a6c16ea7e914956a571849d14c0e0baf.tar.bz2 dotfiles-9e61d4b3a6c16ea7e914956a571849d14c0e0baf.tar.xz |
Update clawsrc and make python and st exclusive to zenith
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | st@zenith/Makefile (renamed from st/Makefile) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/st/Makefile b/st@zenith/Makefile index f288c78..70a49ee 100644 --- a/st/Makefile +++ b/st@zenith/Makefile @@ -3,7 +3,7 @@ install: ../check-installed-shebang st mkdir -p -- ~/.local/bin - ln -sf -- ~/.dotfiles/st/st ~/.local/bin/ + ln -sf -- ~/.dotfiles/st@zenith/st ~/.local/bin/ uninstall: +! ../check-installed st |