zshrc.d/30-aliases.zrc
changeset 12 a906009be2b1
parent 0 7215ca490221
child 46 757c82badf6c
equal deleted inserted replaced
11:ee97df34536f 12:a906009be2b1
    63 #alias tiny='echo -e "\033]50;5x7\007"'
    63 #alias tiny='echo -e "\033]50;5x7\007"'
    64 alias small='echo -e "\033]50;6x10\007"'
    64 alias small='echo -e "\033]50;6x10\007"'
    65 alias medium='echo -e "\033]50;7x13\007"'
    65 alias medium='echo -e "\033]50;7x13\007"'
    66 alias large='echo -e "\033]50;9x15\007"'
    66 alias large='echo -e "\033]50;9x15\007"'
    67 alias huge='echo -e "\033]50;10x20\007"'
    67 alias huge='echo -e "\033]50;10x20\007"'
       
    68 
       
    69 # Start a webserver in the current directory
       
    70 # Borrowed from Seth House repository
       
    71 alias pyhttp='python -m SimpleHTTPServer'