fix bash
parent
321b4287ac
commit
f3d5ec7732
4
Makefile
4
Makefile
|
@ -1,7 +1,7 @@
|
||||||
LN_FLAGS = -sfnv
|
LN_FLAGS = -sfnv
|
||||||
MKDIR_FLAGS = -pv
|
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 =
|
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
|
remote_install: vim vimrc dircolors-solarized zshrc aliases oh-my-zsh
|
||||||
|
|
||||||
noroot_install: bashrc
|
noroot_install: bash_profile
|
||||||
|
|
||||||
|
|
||||||
.PHONY: $(home_symlinks)
|
.PHONY: $(home_symlinks)
|
||||||
|
|
Loading…
Reference in New Issue