diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-02 11:16:48 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-02 11:17:52 +0200 |
commit | 3dc64b00630e966cc11dbaa2f3d7c1e4cdb50684 (patch) | |
tree | 4ed036f65719becf23d343d675615cd68470120f /shell_only.sh | |
parent | 2e3eb5d2f3168ad36272b5c95bfbbf68d9862641 (diff) |
Override .profile to include .cargo PATHs
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-x | shell_only.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell_only.sh b/shell_only.sh index 53e4b6e..d915b56 100755 --- a/shell_only.sh +++ b/shell_only.sh @@ -87,6 +87,7 @@ ln -sf ${PWD}/zshrc ~/.zshrc ln -sf ${PWD}/zsh_aliases ~/.zsh_aliases ln -sf ${PWD}/fzf_key_bindings.zsh ~/.zsh_fzf_key_bindings ln -sf ${PWD}/fzf_completion.zsh ~/.zsh_fzf_completion +ln -sf ${PWD}/profile ~/.profile ln -sf ${PWD}/tmux.conf ~/.tmux.conf ln -sf ${PWD}/vimrc ~/.vimrc |