Skip to content

Commit

Permalink
rename .bashrc_aliases and remove old files
Browse files Browse the repository at this point in the history
  • Loading branch information
leomeinel committed Sep 26, 2022
1 parent fb00591 commit b5efa38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
set -e

# Copy dot-files
cp -R ~/dot-files/.config ~/dot-files/.bash_logout ~/dot-files/.bash_profile ~/dot-files/.bashrc ~/dot-files/.bashrc_aliases ~/dot-files/.gtkrc-2.0 ~/
cp -R ~/dot-files/.config ~/dot-files/.bash_logout ~/dot-files/.bash_profile ~/dot-files/.bashrc ~/dot-files/.bash_aliases ~/
source ~/.bash_profile

# Create .ssh
Expand Down

0 comments on commit b5efa38

Please sign in to comment.