This commit is contained in:
TheK4n 2021-11-22 01:43:54 +03:00
parent 138a540e32
commit 69e0a8c7bd
3 changed files with 9 additions and 4 deletions

View File

@ -3,9 +3,10 @@ so () {
[ -f "$1" ] && source "$1" [ -f "$1" ] && source "$1"
} }
so "$HOME"/.subbash/export if [[ $0 == *bash ]]; then
so "$HOME"/.subbash/shopt so "$HOME"/.subbash/export
so "$HOME"/.subbash/shopt
fi
if [[ $- == *i* ]]; then if [[ $- == *i* ]]; then
so "$HOME"/.subbash/prompt so "$HOME"/.subbash/prompt

View File

@ -5,4 +5,4 @@ echo "Type in your email address (the one used for your GitHub account): "
read -r email read -r email
git config --global user.email "$email" git config --global user.email "$email"
git config --global user.name "$full_name" git config --global user.name "$full_name"

4
ssh_setup.sh Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
touch ~/.ssh/config
cat .ssh/config >> ~/.ssh/config