4d5bfeeb49
- chmod all files in git and when loading aliases
6 lines
105 B
Bash
Executable File
6 lines
105 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
alias hack='hacker'
|
|
alias crypto='curl rate.sx'
|
|
alias weather='weather "?lang=fr&"'
|