bash config
This commit is contained in:
commit
b94d005363
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
|
||||||
4
private_dot_config/private_bash/private_cmds.bash
Normal file
4
private_dot_config/private_bash/private_cmds.bash
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
alias a="tmux new-session -A -s main"
|
||||||
|
alias cz="chezmoi"
|
||||||
|
alias gs="git status"
|
||||||
|
alias v="nvim"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue