aboutsummaryrefslogtreecommitdiffstats
path: root/base/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-06-26 10:44:58 +0200
committerMattias Andrée <maandree@kth.se>2021-06-26 10:45:01 +0200
commit3e7d34263a2a53c8a85e6b0a62b65bf3003d0122 (patch)
treea9730ed04288c3496d79e44e218225755f9ee915 /base/Makefile
parentbus xinitrc: create display bus, not audio bus (diff)
downloaddotfiles-3e7d34263a2a53c8a85e6b0a62b65bf3003d0122.tar.gz
dotfiles-3e7d34263a2a53c8a85e6b0a62b65bf3003d0122.tar.bz2
dotfiles-3e7d34263a2a53c8a85e6b0a62b65bf3003d0122.tar.xz
Add inputrc for readline + m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--base/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/Makefile b/base/Makefile
index deeaa8c..dd780a6 100644
--- a/base/Makefile
+++ b/base/Makefile
@@ -15,8 +15,8 @@ install:
ln -sf -- ~/.dotfiles/base/profile ~/.config/profile
ln -sf -- ~/.dotfiles/base/user-dirs.locale ~/.config/
ln -sf -- ~/.dotfiles/base/faces/$(FACE) ~/.config/face
- ln -sf -- .face ~/.face.icon
ln -sf -- .config/face ~/.face
+ ln -sf -- .face ~/.face.icon
if test -L ~/.config/locations; then \
test "$$(readlink -- ~/.config/locations)" = ~/.dotfiles/.secrets/locations; \
else \