From 9af783bd43f88742838f95203904c0a7ef1e70dd Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Sun, 15 Sep 2013 22:01:46 +0600 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D1=91=D0=BD=20=D0=BF?= =?UTF-8?q?=D1=81=D0=B5=D0=B2=D0=B4=D0=BE=D0=BD=D0=B8=D0=BC=20su=20-m,=20?= =?UTF-8?q?=D1=82.=D0=BA.=20=D0=BE=D0=BD=20=D1=81=D0=BE=D1=85=D1=80=D0=B0?= =?UTF-8?q?=D0=BD=D1=8F=D0=B5=D1=82=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BD=D1=8B=D0=B5=20=D0=BE=D0=BA=D1=80=D1=83=D0=B6=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=20=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D1=82=D0=B5=D0=BB=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/shell/bash/aliases | 3 +-- etc/shell/bash/bashrc | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index a28502f..e36e00a 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -1,6 +1,6 @@ #!/bin/bash #################################################################### # -# Изменён: Вск 15 Сен 2013 16:06:54 +# Изменён: Вск 15 Сен 2013 22:00:11 # ################################################################################ #{{{ Псевдонимы @@ -26,7 +26,6 @@ alias less="less -R" #noindex alias ls='ls -lGhpX --color=always --group-directories-first -v' #noindex alias lss='\ls --format=single-column' #noindex alias nl="nl -b a" #noindex -alias su='su -m' #noindex alias df='df -hT' #noindex alias du='du -hs' #noindex alias free="free -m" #noindex diff --git a/etc/shell/bash/bashrc b/etc/shell/bash/bashrc index fcb88c1..6763230 100755 --- a/etc/shell/bash/bashrc +++ b/etc/shell/bash/bashrc @@ -1,6 +1,6 @@ #!/bin/bash #################################################################### # -# Изменён: Вск 01 Янв 2006 20:31:43 +# Изменён: Вск 15 Сен 2013 21:59:57 # ################################################################################