Skip to content

Nauktis/mybash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

bash

My config for bash.

Handy

Those two lines are handy to see what's loaded and in which order. Include them a the top of the different bash files.

[ -z "$PS1" ] && return
echo $(basename $BASH_SOURCE) loaded.

PS1

PS1='[\u @ \h] \e[31m\W\e[0m \$ '

About

My config for bash.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages