move repo to hidden folder
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8f290b2c7b
commit
500a0a8255
2 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# default shell settings by aaron
|
||||
## installation
|
||||
### bash
|
||||
`cd && git clone https://git.ar21.de/aaron/alias.git && echo "source ~/alias/.alias" >> .bashrc && source .bashrc`
|
||||
`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 && echo "source ~/alias/.alias" >> .zshrc && source .zshrc`
|
||||
`cd && git clone https://git.ar21.de/aaron/alias.git .alias && echo "source ~/.alias/alias" >> .zshrc && source .zshrc`
|
||||
|
|
|
@ -3,7 +3,6 @@ export GPG_TTY=$(tty)
|
|||
alias m='mtr --displaymode 1 -z'
|
||||
alias n='nmap -A -T4'
|
||||
alias nn='nmap -Pn --reason --packet-trace -T5'
|
||||
alias mc='docker exec -i mc rcon-cli'
|
||||
alias wanip='curl -sL4 ip.hetzner.com && curl -sL6 ip.hetzner.com'
|
||||
alias ls='ls -lAh --color=auto'
|
||||
alias s='ssh'
|
Loading…
Reference in a new issue