Skip to content
View sanekmihailow's full-sized avatar

Block or report sanekmihailow

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dotfiles dotfiles Public

    my dotfiles and functions

    Vim Script

  2. My_cheat_sheets My_cheat_sheets Public

    cheet-sheets

    3 1

  3. My_guide_instructions My_guide_instructions Public

    My how to https://sanekmihailow.github.io/My_guide_instructions/

    HTML 1 2

  4. ERRORS-Cathed ERRORS-Cathed Public

    All errors that cath i'am

  5. command command
    1
    
                  
    2
    ### cut
    3
    ```nginx
    4
    rev file | cut -c 1- | rev
    5
    ```
  6. (linux) | -bash customisation (linux) | -bash customisation
    1
    /home/user/.bashrc
    2
    ------------------------------------------admin-------------------------------------------------
    3
    
                  
    4
    PS1="\`if [ \$? = 0 ]; then echo \[\e[32m\]^_^\[\e[0m\]; else echo \[\e[31m\]O_O\[\e[0m\]; fi\`${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\[\e[0;93m\]\\n#------------------------------------------------------------------------------------------------------------\[\e[0m\]\[\e[1;35m\](\H)\[\e[0m\]-\[\e[1m\]\#-[\d]\[\e[0m\] \n \[\e[22;33m\]\t\[\e[0m\] \[\e[0;93m\]j=\j\[\e[0m\] \[\e[1;32m\]\u\[\e[0m\]@\[\e[1;36m\]\h\[\e[0m\]: \[\e[1;94m\]\w\[\e[0m\] \n \n \[\e[1;92m\]\$\[\e[0m\] "
    5