From 489a5df07f1a7963721c31b027e35067ab0553f3 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Thu, 11 Jan 2018 10:36:55 +0100 Subject: [PATCH] Add view to aliases --- basic/root/.profile | 1 + 1 file changed, 1 insertion(+) diff --git a/basic/root/.profile b/basic/root/.profile index 832179c..8b14555 100644 --- a/basic/root/.profile +++ b/basic/root/.profile @@ -1 +1,2 @@ alias ll="ls -la" +alias view="vi"