basic nvim config
This commit is contained in:
parent
b94d005363
commit
87f5dfcdf8
3 changed files with 48 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
blue="\[\e[38;5;50m\]"
|
||||
rst="\[\e0m\]"
|
||||
rst="\[\e[0m\]"
|
||||
PS1="╭╢$blue\w$rst\n╰╼ "
|
||||
|
||||
function conf() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue