You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
589 B

  1. ##$ ln -s {} ~/.lftp/rc
  2. alias ls command cls
  3. alias lls !ls
  4. set default-protocol/ftp.* ftp
  5. set default-protocol/www.* http
  6. set default-protocol/localhost file
  7. set default-protocol/* sftp
  8. set cmd:term-status/*screen* "\e_\T\e\\"
  9. set cmd:term-status/*xterm* "\e[11;0]\e]2;\T\007\e[11]"
  10. set cmd:term-status/*rxvt* "\e[11;0]\e]2;\T\007\e[11]"
  11. set cmd:set-term-status on
  12. ## make prompt look better
  13. #set prompt "lftp \S\? \u\@\h:\w> "
  14. set prompt "\[\e[1;30m\][\[\e[0;34m\]f\[\e[1m\]t\[\e[37m\]p\[\e[30m\]] \[\e[34m\]\u\[\e[0;34m\]\@\[\e[1m\]\h\[\e[1;30m\]:\[\e[1;34m\]\w\[\e[1;30m\]>\[\e[0m\] "