mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-04-20 14:04:15 +02: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
|