Skip to content
View gioisco's full-sized avatar

Block or report gioisco

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. switch-variablesswitch-variablesPublic

    Function to switch the environment variable by uncommenting the line that matches a value and commenting out the others.

    Shell

  2. sossoldisossoldiPublic

    Forked from RIP-Comm/sossoldi

    "Sossoldi" is a wealth management / personal finance / Net Worth tracking app, made with Flutter.

    Dart

  3. An automatic backup of bashrc on loa...An automatic backup of bashrc on load bash and after 10 minutes from the last edit of .bashrc
    1
    # START AUTOBACKUP .bashrc
    2
    how_old_is_file_from_now() {
    3
    if [[ !-r$1 ]];then
    4
    echo 0
    5
    else
  4. .bash_functions.bash_functionsPublic

    Contains useful function for bash, like sort flatpak list

    Shell