summaryrefslogtreecommitdiff
path: root/.bashrc
blob: c8ad744e73d71c844ce65967e68bc23eb5a38a61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# ~/.bashrc
#

# If not running interactively, don't do anything
[[ $- != *i* ]] && return

alias ls='ls --color=auto'
alias ll='ls -la'
PS1='[\u@\h \W]\$ '

export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"