dotfiles/bash/.bashrc

18 lines
233 B
Bash
Raw Normal View History

2017-12-06 18:30:31 +01:00
#
# ~/.bashrc
#
source ~/.alias
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
eval $(thefuck --alias)
#... :P fancy stuffs
screenfetch -t -A "UBUNTU"
PS1='[\u@\h \W]\$ '