my bash/zsh aliases and settings
Find a file
Aaron Riedel 62af5c8e84
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
add cda to move to ansible folder
2025-04-15 15:25:11 +02:00
.git_defaults add sign key 2022-03-26 04:53:29 +01:00
.woodpecker.yaml Change Pipeline to docker backend with skip_clone: false 2025-03-12 10:41:28 +01:00
alias add cda to move to ansible folder 2025-04-15 15:25:11 +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