File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11autoload -Uz compinit && compinit
2- autoload -Uz colors && colors
3-
4- PROMPT=' %F{cyan}%n%f:%F{blue}%~%f%# '
52
63alias ls=' ls --color=auto'
74alias grep=' grep --color=auto'
85
96source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
107source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
118
9+ eval " $( starship init zsh) "
10+
1211. ~ /.profile.sh
Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg \
3737 && apt-get update && apt-get install -y --no-install-recommends gh \
3838 && rm -rf /var/lib/apt/lists/*
3939
40+ # starship prompt
41+ RUN curl -fsSL https://starship.rs/install.sh | sh -s -- -y
42+
4043# RTK
4144RUN case "${TARGETARCH}" in \
4245 amd64) RTK_PKG="rtk_${RTK_VERSION}-1_amd64.deb" ;; \
You can’t perform that action at this time.
0 commit comments