projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add a few aliases that were nagging me
[openwrt.git]
/
root
/
etc
/
profile
1
#!/bin/sh
2
[
-f
/
etc
/
motd
] &&
cat
/
etc
/
motd
3
4
export
PATH
=/
bin
:/
sbin
:/
usr
/
bin
:/
usr
/
sbin
5
export
PS1
=
'\u@\h:\w\$ '
6
7
alias
less
=
'more'
8
alias
vim
=
'vi'
This page took
0.040676 seconds
and
5
git commands to generate.