Me suis trompé j'avais mis des liens

This commit is contained in:
2025-02-27 10:56:47 +01:00
parent 7ef0ce30ce
commit 47914cac3a
16 changed files with 1512 additions and 8 deletions

View File

@@ -1 +0,0 @@
/home/ssfunerals/.bashrc

25
config/.bashrc Normal file
View File

@@ -0,0 +1,25 @@
case $- in
*i*) ;;
*) return;;
esac
export OSH='/home/ssfunerals/.oh-my-bash'
OSH_THEME="font"
OMB_USE_SUDO=true
completions=(
git
ssh
aws
awscli
docker
)
aliases=(
general
)
plugins=(
git
bashmarks
)
source "$OSH"/oh-my-bash.sh
[[ "$TERM" == "xterm-kitty" ]] && alias ssh="TERM=xterm-256color ssh"
alias x='/bin/bash /home/ssfunerals/confscript.sh'