bash config
This commit is contained in:
commit
53f3cecc55
2 changed files with 16 additions and 0 deletions
12
private_dot_bashrc
Executable file
12
private_dot_bashrc
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
blue="\[\e[38;5;50m\]"
|
||||
rst="\[\e0m\]"
|
||||
PS1="╭╢$blue\w$rst\n╰╼ "
|
||||
|
||||
function conf() {
|
||||
fname="${XDG_CONFIG_HOME:-.config}/$1"
|
||||
test -f "$fname" && source "$fname"
|
||||
}
|
||||
|
||||
conf bash/cmds.bash
|
||||
Loading…
Add table
Add a link
Reference in a new issue