mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-22 23:04:10 +01:00
4 lines
80 B
Bash
4 lines
80 B
Bash
|
#!/bin/bash
|
||
|
MYPATH=$PWD/computers/hparch
|
||
|
ln -sf "$MYPATH/.xprofile" ~/.xprofile
|