dotfiles

beau's configuration files
Log | Files | Refs

commit 2272afdc3a1b8158dfa44f1e251223c4cf4f7732
parent 344f1aa3e026b86505ba3e7732c5f379444a5126
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date:   Tue, 12 Jan 2021 16:38:33 -0600

site update

Diffstat:
Dbmfiles | 13-------------
Mprofile | 14--------------
2 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/bmfiles b/bmfiles @@ -1,13 +0,0 @@ -bf ~/.config/bmfiles -bd ~/.config/bmdirs -cfb ~/.bashrc -cfa ~/.config/aliasrc -cfz ~/.zshrc -cfv ~/.config/nvim/init.vim -cfm ~/.config/mutt/muttrc -cfd ~/.Xdefaults -cfu ~/.config/newsboat/urls -cfn ~/.config/newsboat/config -cfmb ~/.config/ncmpcpp/bindings -cfmc ~/.config/ncmpcpp/config -cfk ~/.config/sxhkd/sxhkdrc diff --git a/profile b/profile @@ -59,20 +59,6 @@ mpd >/dev/null 2>&1 & [ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1 - -# Start SSH Agent automatically on login -if [ -z "$SSH_AUTH_SOCK" ] -then - # Check for a currently running instance of the agent - RUNNING_AGENT="`ps -ax | grep 'ssh-agent -s' | grep -v grep | wc -l | tr -d '[:space:]'`" - if [ "$RUNNING_AGENT" = "0" ] - then - # Launch a new instance of the agent - ssh-agent -s &> .ssh/ssh-agent - fi - eval `cat .ssh/ssh-agent` -fi - # Start graphical server on tty1 if not already running. [ "$(tty)" = "/dev/tty1" ] && ! ps -e | grep -qw Xorg && exec startx "$XDG_CONFIG_HOME/X11/xinitrc" --