mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-01-20 18:41:50 +01:00
6 lines
125 B
Bash
6 lines
125 B
Bash
#!/bin/bash
|
|
MY_PATH=$PWD/computers/archfw
|
|
|
|
# custom (laptop specific) bashrc thingies :)
|
|
ln -sf "$MY_PATH/.bashrc" ~/.custom
|