mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-08-13 12:47:21 +02:00
fixed my i3blocks bar, cleaned up some files and added snap and i3block-contrib
This commit is contained in:
@@ -1,17 +1,14 @@
|
||||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# if powerline-shell is available use it.
|
||||
function _update_ps1() {
|
||||
if hash powerline-shell 2>/dev/null; then
|
||||
PS1=$(powerline-shell $?)
|
||||
fi
|
||||
}
|
||||
|
||||
source ~/.alias
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
source ~/.alias
|
||||
source ~/.custom
|
||||
source ~/.variables
|
||||
|
||||
@@ -22,7 +19,6 @@ if hash dotnet 2>/dev/null; then
|
||||
export PATH="${PATH}:${DOTNET_ROOT}:~/.dotnet/tools"
|
||||
fi
|
||||
|
||||
|
||||
#... :P fancy stuffs
|
||||
#screenfetch -t -A "UBUNTU"
|
||||
neofetch
|
||||
|
Reference in New Issue
Block a user