sisyphus/arch/stow/bash/.bashrc

12 lines
194 B
Bash
Raw Normal View History

2022-10-27 22:49:10 +02:00
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
eval $( keychain --eval --quiet ~/.ssh/id_ed25519 )