This commit is contained in:
Geoffrey Frogeye 2019-04-14 19:41:33 +02:00
parent f6a7963f1d
commit 20e67036df
22 changed files with 2414 additions and 246 deletions

11
profile
View file

@ -1,9 +1,4 @@
#
# ~/.profile
#
#!/usr/bin/env sh
# SSH agent
[[ -z "$SSH_AUTH_SOCK" && -x "$(which ssh-agent)" ]] && eval `ssh-agent -s` &> /dev/null
# Bashrc
[ -f ~/.bashrc ] && source ~/.bashrc
. ~/.config/shell/shenv
. ~/.config/shell/shrc