Skip to content

Commit 42060db

Browse files
committed
Merge branch 'develop'
2 parents 783fc7e + 7f56e51 commit 42060db

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
test*
1+
test*
2+
.DS_Store

config/.customfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ cryp-mount(){
109109
local mount=true
110110
local mount_root='/mnt/Backup'
111111
local paratition_locate=$(lsblk -f | grep crypto | cut -d ' ' -f 1 | cut -c 7-)
112-
local help_book="Usage: ys_mount [OPTION]
112+
local help_book="Usage: cryp_mount [OPTION]
113113
114114
OPTION:
115115
on, --mount mount personal partition to the $mount_root.

config/.p10k.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
azure # azure account name (https://docs.microsoft.com/en-us/cli/azure)
8282
gcloud # google cloud cli account and project (https://cloud.google.com/)
8383
google_app_cred # google application credentials (https://cloud.google.com/docs/authentication/production)
84-
context # user@hostname
84+
# context # user@hostname
8585
nordvpn # nordvpn connection status, linux only (https://nordvpn.com/)
8686
ranger # ranger shell (https://github.com/ranger/ranger)
8787
nnn # nnn shell (https://github.com/jarun/nnn)

0 commit comments

Comments
 (0)