From d1f6ee0ac725eef2815bc4fe39f720a796b20b44 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 23 Mar 2021 17:46:36 +0000 Subject: [PATCH] Nope, forget the alias for stow --- bash/.bash/functions.bash | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/bash/.bash/functions.bash b/bash/.bash/functions.bash index 0dc63cb..e0fccd9 100644 --- a/bash/.bash/functions.bash +++ b/bash/.bash/functions.bash @@ -12,19 +12,6 @@ function update-dotfiles() { cd $prevdir } -# Function to manage basic stowage tasks as stow -function stow() { - if [ -d "${HOME}/.dotfiles" ]; then - if [ -d "${HOME}/.dotfiles/$1" ]; then - $HOME/.dotfiles/bin/bin/stowage $HOME/.dotfiles/$1 - else - echo "Can't find $1 to stow" - echo "List of packages:" - ls -1 $HOME/.dotfiles - fi - fi -} - function add-sshkey() { TIMEOUT="2h" NAME=$1