Skip to content

Instantly share code, notes, and snippets.

View ggrrll's full-sized avatar

Gianr Lazz ggrrll

View GitHub Profile
@ggrrll
ggrrll / clouds-resources.md
Created January 19, 2026 11:08
clouds-resources
@ggrrll
ggrrll / .bashrc
Created February 12, 2026 17:21
my bash profile :)
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac