Skip to content

Instantly share code, notes, and snippets.

View sputnick-dev's full-sized avatar
🚀
Open to opportunities

Gilles Quénot sputnick-dev

🚀
Open to opportunities
View GitHub Profile
autoload -U colors && colors
setopt prompt_subst
autoload -Uz vcs_info
function +vi-git-untracked() {
if [[ $(git rev-parse --is-inside-work-tree 2> /dev/null) == 'true' ]] && \
[[ $(git ls-files --other --directory --exclude-standard | sed q | wc -l | tr -d ' ') == 1 ]] ; then
hook_com[unstaged]+='%F{1}?? %f'
fi
sputnick@local:/home/sputnick% ssh -
option
-1 -- forces ssh to try protocol version 1 only
-2 -- forces ssh to try protocol version 2 only
-4 -- forces ssh to use IPv4 addresses only
-6 -- forces ssh to use IPv6 addresses only
-A -- enables forwarding of the authentication agent connection
-C -- compress data
-D -- specify a dynamic port forwarding
-E -- append log output to file instead of stderr
pitivi
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
Dépendances suggérées manquantes
- pycanberra not found on the system
-> active les notifications sonores lorsque le rendu est terminé
Dépendances suggérées manquantes
- GnomeDesktop not found on the system
-> miniatures des fichiers fournis par le générateur de GNOME
Dépendances suggérées manquantes
- Notify not found on the system
set nocompatible
set backspace=indent,eol,start "
set background=dark
" buffer for files
set viminfo='50,\"1000
set history=100
" highlight /search
set hlsearch
@sputnick-dev
sputnick-dev / test.pl
Created June 20, 2012 19:37
use threads;
#!/usr/bin/env perl
use strict; use warnings;
use threads;
use threads::shared;
use YAML::AppConfig;
use Data::Dumper;