From 6818171cbc6707e104e8568abf18a9aff46f9cbc Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 14 May 2023 14:01:41 +0200 Subject: [PATCH] bash/commands,completion,history,prompt --- bash/{bash-commands.sh => bash/commands.sh} | 0 bash/{bash-completion.sh => bash/completion.sh} | 0 bash/{bash-history.sh => bash/history.sh} | 0 bash/{bash-prompt.sh => bash/prompt.sh} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename bash/{bash-commands.sh => bash/commands.sh} (100%) rename bash/{bash-completion.sh => bash/completion.sh} (100%) rename bash/{bash-history.sh => bash/history.sh} (100%) rename bash/{bash-prompt.sh => bash/prompt.sh} (100%) diff --git a/bash/bash-commands.sh b/bash/bash/commands.sh similarity index 100% rename from bash/bash-commands.sh rename to bash/bash/commands.sh diff --git a/bash/bash-completion.sh b/bash/bash/completion.sh similarity index 100% rename from bash/bash-completion.sh rename to bash/bash/completion.sh diff --git a/bash/bash-history.sh b/bash/bash/history.sh similarity index 100% rename from bash/bash-history.sh rename to bash/bash/history.sh diff --git a/bash/bash-prompt.sh b/bash/bash/prompt.sh similarity index 100% rename from bash/bash-prompt.sh rename to bash/bash/prompt.sh