screenshot, terminal arrows, symlinks, wallpaper and block update

This commit is contained in:
2018-04-08 16:31:05 +02:00
parent f30abd74aa
commit fdd249babe
10 changed files with 79 additions and 34 deletions

View File

@@ -2,16 +2,20 @@
# ~/.bashrc
#
function _update_ps1() {
PS1=$(powerline-shell $?)
}
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]\$ '
if [[ $TERM != linux && ! $PROMPT_COMMAND =~ _update_ps1 ]]; then
PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND"
fi