diff options
author | Mattias Andrée <maandree@kth.se> | 2021-06-26 10:44:58 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-06-26 10:45:01 +0200 |
commit | 3e7d34263a2a53c8a85e6b0a62b65bf3003d0122 (patch) | |
tree | a9730ed04288c3496d79e44e218225755f9ee915 /base | |
parent | bus xinitrc: create display bus, not audio bus (diff) | |
download | dotfiles-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 'base')
-rw-r--r-- | base/Makefile | 2 |
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 \ |