Initial commit

This commit is contained in:
root
2020-03-20 02:31:39 +01:00
commit 888f161787
10 changed files with 109 additions and 0 deletions

10
blorand.profile Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
alias ls='ls --color=auto'
alias ll='ls --color=auto -l'
alias llh='ls --color=auto -lh'
alias la='ls --color=auto -a'
alias lla='ls --color=auto -la'
alias llah='ls --color=auto -lah'
alias grep='grep --color'
alias viewlog='tail -f /var/log/syslog'