diff --git a/Makefile b/Makefile index b047e57..a438f8c 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ workspace := $(HOME) .PHONY: all -shells: bash zsh tmux +shells: bash zsh tmux profile # SYMLINK CREATION bin/%: @@ -58,6 +58,8 @@ sc-im/% \ # CONFIGS inputrc: shells/inputrc +profile: shells/profile + bash: inputrc $(wildcard shells/bash*) zsh: inputrc $(wildcard shells/zsh*)