Nope, forget the alias for stow

This commit is contained in:
2021-03-23 17:46:36 +00:00
parent 025c2d37a4
commit d1f6ee0ac7

View File

@@ -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