# HG changeset patch # User Oleksandr Gavenko # Date 1704135229 -7200 # Node ID 78cdb4a057e3a8b2ea843ed5e752e9131779bf40 # Parent 79c56b8fb8e051345e3e83a2617d7db0a4ac4c87 Create symlink from ~/.bash_profile for login shell to activate my ~/.bashrc. diff -r 79c56b8fb8e0 -r 78cdb4a057e3 Makefile --- a/Makefile Sat Dec 16 18:07:34 2023 +0200 +++ b/Makefile Mon Jan 01 20:53:49 2024 +0200 @@ -121,12 +121,14 @@ .ONESHELL: install-mini: $(INSTALL_DATA) -t $(HOME) ${TARBALL_MINI_DEPS} + ln -s -f $(HOME)/.bashrc $(HOME)/.bash_profile # Without personal info. .PHONY: install-micro .ONESHELL: install-micro: $(INSTALL_DATA) -t $(HOME) ${TARBALL_MICRO_DEPS} + ln -s -f $(HOME)/.bashrc $(HOME)/.bash_profile .PHONY: install .ONESHELL: