Skip to content

Instantly share code, notes, and snippets.

View dfso's full-sized avatar
:octocat:
linuxed

Dênison Fábio dfso

:octocat:
linuxed
  • Manaus-am, Brasil
View GitHub Profile
@dfso
dfso / quiz.c
Created November 23, 2020 23:57
programa do quiz
#include <stdio.h>
#include <stdlib.h>
main()
{
################################################################################
################# Arch Linux mirrorlist generated by Reflector #################
################################################################################
# With: reflector --verbose --latest 5 --sort rate --save /etc/pacman.d/mirrorlist
# When: 2019-09-18 04:52:49 UTC
# From: https://www.archlinux.org/mirrors/status/json/
# Retrieved: 2019-09-18 04:52:44 UTC
# Last Check: 2019-09-18 04:50:38 UTC
@dfso
dfso / PS1.txt
Created October 28, 2018 16:45
variável PS1
PS1="\[\033[38;5;33m\]\u\[$(tput bold)\]\[$(tput sgr0)\]\[\033[38;5;15m\]@\[$(tput sgr0)\]\[$(tput sgr0)\]\[\033[38;5;11m\]\h\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput bold)\]\w:\[$(tput sgr0)\]\[\033[38;5;196m\]\\$\[$(tput sgr0)\]"