Compare commits

..

No commits in common. "6fa7c01922f58046db93856c64c81a731a090f4d" and "d8feac27a4ba0af94e47d4f0eddaa9c211b7286b" have entirely different histories.

2 changed files with 21 additions and 18 deletions

View file

@ -34,21 +34,27 @@ source "$OSH"/oh-my-bash.sh
export LANG=de_DE.UTF-8 export LANG=de_DE.UTF-8
if [ ! -S ~/.ssh/ssh_auth_sock ]; then # Preferred editor for local and remote sessions
eval `ssh-agent` # if [[ -n $SSH_CONNECTION ]]; then
ln -sf "$SSH_AUTH_SOCK" ~/.ssh/ssh_auth_sock # export EDITOR='vim'
fi # else
export SSH_AUTH_SOCK=~/.ssh/ssh_auth_sock # export EDITOR='mvim'
ssh-add -l > /dev/null || ssh-add # fi
alias c="composer" # Compilation flags
alias dc="docker compose" # export ARCHFLAGS="-arch x86_64"
alias gu="gitup"
# ssh
# export SSH_KEY_PATH="~/.ssh/rsa_id"
# Set personal aliases, overriding those provided by oh-my-bash libs,
# plugins, and themes. Aliases can be placed here, though oh-my-bash
# users are encouraged to define aliases within the OSH_CUSTOM folder.
# For a full list of active aliases, run `alias`.
#
# Example aliases
# alias bashconfig="mate ~/.bashrc"
# alias ohmybash="mate ~/.oh-my-bash"
[ ! -z "$(which starship)" ] && eval "$(starship init bash)" [ ! -z "$(which starship)" ] && eval "$(starship init bash)"
[ ! -z "$(which direnv)" ] && eval "$(direnv hook bash)" [ ! -z "$(which direnv)" ] && eval "$(direnv hook bash)"
for f in ~/.bashrc.d/*
do
source "$f"
done

View file

@ -4,9 +4,6 @@
- clean: ["~"] - clean: ["~"]
- create:
- ~/.bashrc.d
- shell: - shell:
- git submodule update --init --recursive - git submodule update --init --recursive