update config
This commit is contained in:
parent
88f14c4412
commit
754a6cefb8
4 changed files with 9 additions and 5 deletions
3
bin/cups
3
bin/cups
|
@ -1,3 +0,0 @@
|
||||||
#!/usr/bin/sh
|
|
||||||
echo $(whoami)
|
|
||||||
#systemctl start org.cups.cupsd.service
|
|
6
bin/updatePlugin
Normal file
6
bin/updatePlugin
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
plugin=$(wp plugin list 2> /dev/null | grep available | head -n 1 | awk '{print $1}')
|
||||||
|
echo "$plugin"
|
||||||
|
versions=$(wp plugin update $plugin 2> /dev/null | tail -n 2 | head -n 1 | awk '{print $2 "->" $3}')
|
||||||
|
echo "$versions"
|
||||||
|
git add .
|
||||||
|
git commit -m "Update $plugin $version"
|
|
@ -1 +1 @@
|
||||||
Subproject commit ae88b1140ad3e61e9dc2aaea9bdbcee0efc928e0
|
Subproject commit f1e211ac3c6c4d4f877965acf3fbc37755f57673
|
|
@ -5,7 +5,8 @@
|
||||||
HISTFILE=~/.histfile
|
HISTFILE=~/.histfile
|
||||||
HISTSIZE=1000
|
HISTSIZE=1000
|
||||||
SAVEHIST=1000
|
SAVEHIST=1000
|
||||||
#bindkey -v
|
bindkey -v
|
||||||
|
bindkey jj vi-cmd-mode
|
||||||
# End of lines configured by zsh-newuser-install
|
# End of lines configured by zsh-newuser-install
|
||||||
# The following lines were added by compinstall
|
# The following lines were added by compinstall
|
||||||
zstyle :compinstall filename '/home/jonathan/.zshrc'
|
zstyle :compinstall filename '/home/jonathan/.zshrc'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue