From 762eeb5b6dd8a7842bbc1fd4067439b082b4e258 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Sat, 24 Feb 2024 18:44:12 -0500 Subject: [PATCH] wtf is this symlink error ahhhhhhhhh --- bashset.sh | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 bashset.sh diff --git a/bashset.sh b/bashset.sh old mode 100644 new mode 100755 index bf22ae1..69d67df --- a/bashset.sh +++ b/bashset.sh @@ -1,5 +1,4 @@ #!/bin/bash -mv ~/.bashrc ~/.bashrc.bak ln -s .bashrc ~/.bashrc ln -s .bash_aliases ~/.bash_aliases ln -s .bash_docker ~/.bash_docker