This website requires JavaScript.
Explore
Help
Sign In
PandaCoderPL
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Releases
39
Activity
0cfde9865c
dotfiles
/
home
/
.bashrc
6 lines
71 B
Bash
Raw
Normal View
History
Unescape
Escape
Add comment to Bash Config Signed-off-by: PandaCoderPL <git@pandacoderpl.anonaddy.me>
2021-11-02 18:10:48 +01:00
# Utils
Initial commit Signed-off-by: PandaCoderPL <git@pandacoderpl.anonaddy.me>
2021-10-12 23:09:18 +02:00
alias
l
=
'ls'
alias
lh
=
'l -h'
alias
ll
=
'lh -l'
alias
la
=
'll -a'