This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
98096f80-f5e2-11e9-bfdb-fd2f0edaf421,Refus de la banque | |
9ce6cd60-dc40-11e9-b7f4-850aed7e919f,Refus de la banque | |
c1c73372-d6e8-4cdd-b926-f51d1956515d, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generated by pip2nix 0.8.0.dev1 | |
# See https://github.com/johbo/pip2nix | |
{ pkgs, fetchurl, fetchgit, fetchhg }: | |
self: super: { | |
"Babel" = super.buildPythonPackage { | |
name = "Babel-2.5.1"; | |
doCheck = false; | |
propagatedBuildInputs = [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use C-a instead of C-b as the prefix | |
set -g prefix C-a | |
unbind-key C-b | |
bind-key C-a send-prefix | |
# Set 256 colors | |
set -g default-terminal "xterm-256color-italic" | |
# set -g default-terminal "xterm-256color" | |
# set default shell |