diff --git a/.i3blocks/load_average b/.i3blocks/load_average index dbd4d5f..71d6498 100755 --- a/.i3blocks/load_average +++ b/.i3blocks/load_average @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright (C) 2014 Julien Bonjean # This program is free software: you can redistribute it and/or modify diff --git a/.ssh/config b/.ssh/config deleted file mode 100644 index 9ab8b52..0000000 --- a/.ssh/config +++ /dev/null @@ -1,16 +0,0 @@ -Host aur.archlinux.org - IdentityFile ~/.ssh/id_rsa-aur - User aur - Port 22 - -Host breizh.me - Hostname breizh.me - User alarm - Port 22 - IdentityFile ~/.ssh/id_rsa - -Host git - Hostname breizh.me - User gitolite - Port 22 - IdentityFile ~/.ssh/id_rsa