mirror of
https://git.myvelabs.com/lab/archiso.git
synced 2025-12-17 21:26:15 +00:00
Update zshrc
This commit is contained in:
parent
cf02f03a30
commit
6cbe681277
1 changed files with 8 additions and 0 deletions
8
zshrc
8
zshrc
|
|
@ -3,6 +3,14 @@
|
||||||
#
|
#
|
||||||
# PS1='\e[31m[\u\e[0m@\h \W]\$ '
|
# PS1='\e[31m[\u\e[0m@\h \W]\$ '
|
||||||
|
|
||||||
|
# Reset pacman keys
|
||||||
|
function pacman-key-reset
|
||||||
|
{
|
||||||
|
/usr/bin/bash -c "rm -r /etc/pacman.d/gnupg/* -f"
|
||||||
|
pacman-key --init
|
||||||
|
pacman-key --populate
|
||||||
|
}
|
||||||
|
|
||||||
# iwd connection status
|
# iwd connection status
|
||||||
function iwd-status
|
function iwd-status
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue