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