check if vim exist, report bye datenmaulwurf
SVN-Revision: 3611
This commit is contained in:
parent
7268da8bbd
commit
ec6c71cc30
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
|||
export PS1='\u@\h:\w\$ '
|
||||
|
||||
[ -x /usr/bin/less ] || alias less=more
|
||||
alias vim=vi
|
||||
[ -x /usr/bin/vim ] || alias vim=vi
|
||||
|
||||
arp() { cat /proc/net/arp; }
|
||||
ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
|
||||
|
|
Loading…
Reference in a new issue