Skip to content

Commit 4512ecb

Browse files
committed
Setup z.sh
https://github.com/rupa/z Jump around!
1 parent 873eb84 commit 4512ecb

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@
3737
[submodule "vim/bundle/vimtex"]
3838
path = vim/bundle/vimtex
3939
url = https://github.com/lervag/vimtex.git
40+
[submodule "z"]
41+
path = z
42+
url = https://github.com/rupa/z.git

bash-common.sh

+2
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ export TERM="screen"
3434
export HOST="localhost"
3535
export WWW_HOME="https://duckduckgo.com/lite"
3636

37+
source $HOME/.z.sh
38+

install.conf.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
~/.bash-common.sh: bash-common.sh
1616
~/.p10k.zsh: p10k.zsh
1717
~/.zsh-common.zsh: zsh-common.zsh
18+
~/.z.sh: z/z.sh
1819

1920
- shell:
2021
- [git submodule update --init --recursive, Installing submodules]

z

Submodule z added at 125f4dc

zsh-common.zsh

+2
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ export EDITOR="vim"
1616
alias ls='ls --color=auto'
1717
alias grep='grep --color=auto'
1818

19+
source $HOME/.z.sh
20+
1921

0 commit comments

Comments
 (0)