diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index 8b87621..859e709 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -26,6 +26,7 @@ alias g++="g++ -Os -Wall" #noindex alias echo="echo -e" #noindex alias less="less -R" #noindex alias ls='ls -lGhpX --color=always --group-directories-first -v' #noindex +alias lsl='ls -L' #noindex alias lst='ls -al --time-style=+%D | grep $(\date +%D)' #noindex alias lss='\ls --format=single-column' #noindex alias nl="nl -b a" #noindex @@ -206,6 +207,10 @@ vls() { vlc --rate 1.2 -I ncurses ${1:-*.mp3}; } #noindex githubdl() { git clone git://github.com/${1}.git } +#- php-сервер +phps() { + php -S ${2:-localhost}:${3:-80} -t ${1:-.} +} #}}} ########################################################################### #{{{ \033[00m\n\b------<Работа_с_файлами>\n