mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-07-27 12:43:08 +02:00
neofetch and powerline-shell
This commit is contained in:
@@ -13,7 +13,8 @@ source ~/.alias
|
||||
eval $(thefuck --alias)
|
||||
|
||||
#... :P fancy stuffs
|
||||
screenfetch -t -A "UBUNTU"
|
||||
#screenfetch -t -A "UBUNTU"
|
||||
neofetch
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
||||
if [[ $TERM != linux && ! $PROMPT_COMMAND =~ _update_ps1 ]]; then
|
||||
|
11
bash/.powerline-shell.json
Normal file
11
bash/.powerline-shell.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"segments": [
|
||||
"virtual_env",
|
||||
"ssh",
|
||||
"cwd",
|
||||
"git",
|
||||
"hg",
|
||||
"jobs",
|
||||
"root"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user