mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update bspwm. Add CoC plug in vim
This commit is contained in:
parent
7a0f05c664
commit
64007489ce
14 changed files with 112 additions and 113 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
shopt -s nullglob globstar
|
||||
|
||||
menucmd="rofi -location 2 -dmenu"
|
||||
menucmd="rofi -dmenu"
|
||||
prefix=${PASSWORD_STORE_DIR-~/.password-store}
|
||||
password_files=( "$prefix"/**/*.gpg )
|
||||
password_files=( "${password_files[@]#"$prefix"/}" )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue