From f3d5ec773245aa4349d27d68b0c64290d5ad0bdf Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Sat, 18 Nov 2017 02:43:03 -0500 Subject: [PATCH] fix bash --- Makefile | 4 ++-- bashrc => bash_profile | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename bashrc => bash_profile (100%) diff --git a/Makefile b/Makefile index 68c1afa..e93340a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ LN_FLAGS = -sfnv MKDIR_FLAGS = -pv -home_symlinks = aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmtprc mutt zprofile zshrc vimrc vim Xmodmap oh-my-zsh bashrc +home_symlinks = aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmtprc mutt zprofile zshrc vimrc vim Xmodmap oh-my-zsh bash_profile config_copy = @@ -14,7 +14,7 @@ local_install: aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmt remote_install: vim vimrc dircolors-solarized zshrc aliases oh-my-zsh -noroot_install: bashrc +noroot_install: bash_profile .PHONY: $(home_symlinks) diff --git a/bashrc b/bash_profile similarity index 100% rename from bashrc rename to bash_profile