From aa3f91dc3799ddb022581706f62d068a547e7f16 Mon Sep 17 00:00:00 2001 From: Maxim Lihachev Date: Tue, 30 Sep 2014 00:15:41 +0600 Subject: [PATCH] =?UTF-8?q?bash,=20lftp:=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BB=D0=B8=D1=88=D0=BD=D0=B8=D1=85=20?= =?UTF-8?q?=D1=84=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2=20=D0=B8=20=D0=B4=D0=B8?= =?UTF-8?q?=D1=80=D0=B5=D0=BA=D1=82=D0=BE=D1=80=D0=B8=D0=B9=20=D0=B2=20~?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/net/lftp/rc | 1 + etc/net/lftp/rl_history | 0 etc/rc.linux-gnu | 4 ++-- etc/shell/bash/aliases | 1 + etc/shell/bash/bashrc | 3 ++- 5 files changed, 6 insertions(+), 3 deletions(-) create mode 120000 etc/net/lftp/rc create mode 100644 etc/net/lftp/rl_history diff --git a/etc/net/lftp/rc b/etc/net/lftp/rc new file mode 120000 index 0000000..ad48a1d --- /dev/null +++ b/etc/net/lftp/rc @@ -0,0 +1 @@ +lftprc \ No newline at end of file diff --git a/etc/net/lftp/rl_history b/etc/net/lftp/rl_history new file mode 100644 index 0000000..e69de29 diff --git a/etc/rc.linux-gnu b/etc/rc.linux-gnu index fb5e097..b6b52b1 100644 --- a/etc/rc.linux-gnu +++ b/etc/rc.linux-gnu @@ -24,9 +24,9 @@ + net/ssh ~ - net/rtorrent/rtorrent.rc ~ -+ net/lftp/lftprc ~ +- net/lftp/lftprc ~ - net/snownews ~ -+ mail/mailcap/mailcap ~ +- mail/mailcap/mailcap ~ + mail/procmail/procmailrc ~ # [ Soft ] diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index ae6d74a..ce79339 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -57,6 +57,7 @@ alias z="nh zathura" #noindex alias sendemail="sendemail -l $LOGDIR/sendemail" #noindex alias g=git #noindex alias startx="xinit -- /usr/bin/X" #noindex +alias lftp="LFTP_HOME=$SHELLRC/etc/net/lftp lftp" alias fm="PAGER=autoex fm" #noindex diff --git a/etc/shell/bash/bashrc b/etc/shell/bash/bashrc index 1acda92..78f7585 100755 --- a/etc/shell/bash/bashrc +++ b/etc/shell/bash/bashrc @@ -1,6 +1,6 @@ #!/bin/bash #################################################################### # -# Изменён: Пн 29 сен 2014 23:43:15 +# Изменён: Вт 30 сен 2014 00:15:12 # ################################################################################ @@ -46,6 +46,7 @@ export IGNOREEOF=3 #Закрывать оболочку по 3м C-d export LOGDIR=$SHELLRC/var/log #Директория журналов скриптов export TODO=$SHELLRC/etc/soft/calcurse/todo #Список дел export MD=$SHELLRC/var/mail/ #Директория почты +export MAILCAPS=$SHELLRC/etc/mail/mailcap/mailcap #~/.mailcap export CRON=$SHELLRC/etc/cron/crontab #Задания cron export TMP="/tmp" #Директория временных файлов