my bash/zsh aliases and settings
Find a file
Aaron Riedel 5e56af2dd9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
switch to docker backend
2024-10-16 22:30:47 +02:00
.git_defaults add sign key 2022-03-26 04:53:29 +01:00
.woodpecker.yaml switch to docker backend 2024-10-16 22:30:47 +02:00
alias Update alias 2024-10-07 17:29:31 +02:00
README.md move repo to hidden folder 2024-06-30 16:58:31 +02:00

default shell settings by aaron

installation

bash

cd && git clone https://git.ar21.de/aaron/alias.git .alias && echo "source ~/.alias/alias" >> .bashrc && source .bashrc

zsh

cd && git clone https://git.ar21.de/aaron/alias.git .alias && echo "source ~/.alias/alias" >> .zshrc && source .zshrc