Skip to content

Commit 41fa1d5

Browse files
committed
update和相关设置
1 parent 19bd4bd commit 41fa1d5

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

bashrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
MY_SHELL="bash"
12
# ~/.bashrc: executed by bash(1) for non-login shells.
23
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
34
# for examples

zshrc

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
MY_SHELL="zsh"
12
export ZSH=~/.oh-my-zsh
23

4+
HOSTNAME=$HOST
5+
36
ZSH_THEME="pxq-style"
47

58
# Uncomment the following line to disable bi-weekly auto-update checks.

0 commit comments

Comments
 (0)