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" #Директория временных файлов