Add .bashrc

This commit is contained in:
2021-09-18 21:37:48 +03:00
parent cfb86dfa82
commit 870ae05b99
2 changed files with 15 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash
ln -s $PWD/.bashrc $HOME/.bashrc
# Link .vimrc to home directory
ln -s $PWD/.vimrc $HOME/.vimrc