From 4d49ac789d830837145ca05f60f04bb01472b5e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 25 Feb 2008 13:19:29 +0000 Subject: [PATCH] Added my most used aliases: m=more and lal=ls -lA. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24112 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/etc/profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/etc/profile b/data/etc/profile index 43057d5018..4ea4aa8385 100644 --- a/data/etc/profile +++ b/data/etc/profile @@ -20,6 +20,8 @@ bind '"\e[6~":history-search-backward' alias ls="ls --color" alias ll="ls -l" alias la="ls -A" +alias lal="ls -Al" +alias m="more" # # and now we include a few useful things...