my bash/zsh aliases and settings
Find a file
Aaron Riedel 66658b2bfa
All checks were successful
continuous-integration/drone/push Build is passing
add kc shortcut
2024-02-17 15:31:45 +01:00
.alias add kc shortcut 2024-02-17 15:31:45 +01:00
.drone.yml fix pipeline 2024-02-08 03:57:00 +01:00
.git_defaults add sign key 2022-03-26 04:53:29 +01:00
README.md do not create symlink 2022-03-26 07:05:52 +01:00

default shell settings by aaron

installation

bash

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

zsh

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