From b39b1512ab6dae55653d659c61b94c15fbff1473 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Wed, 1 Jun 2016 21:35:05 -0500 Subject: [PATCH] Updated .bashrc and added headers --- .bashrc | 14 ++++++++------ .nanorc | 5 +++++ .tmux.conf | 5 +++++ 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.bashrc b/.bashrc index 0c1cd66..7fe9f9c 100644 --- a/.bashrc +++ b/.bashrc @@ -1,21 +1,23 @@ # # ~/.bashrc +# Author: Adam Gausmann # # If not running interactively, don't do anything [[ $- != *i* ]] && return -#Colors +# Color aliases alias ls='ls --color=auto' PS1='[\u@\h \W]\$ ' -EDITOR=/usr/bin/nano -GIT_EDITOR=$EDITOR -SUDO_EDITOR=$EDITOR -#PATH=$PATH:/home/adam/bin +export EDITOR=/usr/bin/nano +export GIT_EDITOR=$EDITOR +export SUDO_EDITOR=$EDITOR +# Aliases +alias ll="ls -l" +alias la="ls -la" alias se="sudoedit" alias ed=$EDITOR alias sc="sudo systemctl" -alias screenshot="clear && screenfetch -s" diff --git a/.nanorc b/.nanorc index cb1e4a2..28f0b27 100644 --- a/.nanorc +++ b/.nanorc @@ -1,3 +1,8 @@ +# +# ~/.nanorc +# Author: Adam Gausmann +# + ## Use 4-space tabsize set tabsize 4 diff --git a/.tmux.conf b/.tmux.conf index 02328d0..9eed49a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,3 +1,8 @@ +# +# ~/.tmux.conf +# Author: Adam Gausmann +# + set -g default-terminal "screen-256color" set -g status-bg cyan