feat(zed): Add zed config
This commit is contained in:
parent
308a2a24e2
commit
941b30413c
4 changed files with 57 additions and 0 deletions
9
common
9
common
|
@ -8,3 +8,12 @@ prompt() {
|
|||
* ) return 1 ;;
|
||||
esac;
|
||||
}
|
||||
|
||||
prompt_pos() {
|
||||
printf "$1"
|
||||
read INPUT
|
||||
case $INPUT in
|
||||
[nN] ) return 0 ;;
|
||||
* ) return 1 ;;
|
||||
esac;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue