summaryrefslogtreecommitdiffstats
path: root/projects-example
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2006-03-22 15:27:55 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2006-03-22 15:27:55 +0000
commit24f5000d89149eb1c77d406efd64fb144bfc2bbd (patch)
tree838512c286c4cd13ca94aec1e53f55221448c313 /projects-example
parentb84fed84b3290da58f21d7ccece6245ce3c6dd9f (diff)
downloadptxdist-24f5000d89149eb1c77d406efd64fb144bfc2bbd.tar.gz
ptxdist-24f5000d89149eb1c77d406efd64fb144bfc2bbd.tar.xz
* rules/busybox.make, projects-example/generic/etc/profile:
don't use crude hack to produce vim (that doesn't work anyway), use alias git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5227 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'projects-example')
-rw-r--r--projects-example/generic/etc/profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects-example/generic/etc/profile b/projects-example/generic/etc/profile
index 852b43056..12d36078b 100644
--- a/projects-example/generic/etc/profile
+++ b/projects-example/generic/etc/profile
@@ -17,6 +17,7 @@ PS1=@PS1@
PS2=@PS2@
PS4=@PS4@
+alias vim='vi'
alias ll='ls -l'
alias ..='cd ..'
alias ...='cd ../..'