From e2f397a1dd93931deb509af09b29ee46dfa4d174 Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Mon, 17 Jan 2022 16:47:33 +0200 Subject: [PATCH] Fxing typo in link.sh and fixing up bashrc --- bashrc | 2 +- link.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 16c3b70..ae32172 100644 --- a/bashrc +++ b/bashrc @@ -20,4 +20,4 @@ fi alias ls="ls -h --color=auto" alias myip="curl https://ifconfig.co" -alias steam="HOME=/home/siina/Games/steam steam" +alias steam="HOME=${HOME}/Games/steam steam" diff --git a/link.sh b/link.sh index cde6dc6..ee2aaa8 100755 --- a/link.sh +++ b/link.sh @@ -1,7 +1,7 @@ #!/bin/sh folders=($(ls $PWD/config)) -files=("bashrc", "xbindkeysrc") +files=("bashrc" "xbindkeysrc") for folder in "${folders[@]}"; do ln -sf $PWD/config/$folder $HOME/.config/