Skip to content

Instantly share code, notes, and snippets.

View HALQME's full-sized avatar

HAL HALQME

View GitHub Profile
@HALQME
HALQME / .zshrc
Last active August 17, 2024 13:15
【Require Nerd Font】zsh small fish-like dotfile (Customize focused on ease of installation)
os_icon=""
if [ "$(uname -s)" = "Darwin" ]; then
os_icon=""
typeset -U path PATH
os_arch_prompt="%F{6}macOS%f⟨%F{13}$(uname -m)%f⟩"
elif [ "$(uname -s)" = "Linux" ]; then
os_icon=""
os_arch_prompt="%F{6}$(uname -s)%f⟨%F{13}$(uname -m)%f⟩"
else
os_icon=""