Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)OS
Posts
0
Comments
59
Joined
2 yr. ago

  • You could write a shell script:

     sh
        
    #!/usr/bin/env sh
    
    export SOME_ENV_VAR=value
    
    command
    
      

    Then place it on your path, for example /usr/local/bin/command_with_env.

    I avoided overriding the command itself and naming the script the same, because then I think it would try to invoke itself.

  • When does it hang? If it's after you log into your user, you could try to instead when on the login screen open a shell by pressing Ctrl + Alt + F2, uninstall Nvidia drivers and install mesa drivers. Or maybe at least investigate further.