Skip to content

Commit 16a95f0

Browse files
committedFeb 9, 2020
shellcheck
Signed-off-by: lizz <363664470@qq.com>
1 parent d3e424a commit 16a95f0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+369
-367
lines changed
 

‎dircolor.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
# dircolors
4-
wget https://raw.githubusercontent.com/arcticicestudio/nord-dircolors/develop/src/dir_colors -O $HOME/.dircolors
4+
wget https://raw.githubusercontent.com/arcticicestudio/nord-dircolors/develop/src/dir_colors -O "$HOME"/.dircolors

‎sshkey.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
cd
3+
cd || exit
44
ssh-keygen -t rsa -b 4096 -C lizz@sentime.com
55

66
eval "$(ssh-agent -s)"

0 commit comments

Comments
 (0)