【cmd】The Command ZSH

dotnet nuget add source https://nuget.devexpress.com/https://nuget.devexpress.com/n4EzkwVFlOeLz89I59cYduVDPhKqI6dFb8Mc11aiTZp8hggEET/api/api -n DevExpress


[F1]的用法。

[快速]按一個鍵,即複製上一個測試方法的內容,並貼上,將游標停在準備修改的方法名稱上。

快速生產 ignore

curl -o .gitignore https://gist.githubusercontent.com/kmorcinek/2710267/raw/ca24f1800712fbe32c25a1647e7279d0b100de85/.gitignore


cd ~

linux

Windows文件資源管理器將會訪問Linux子系統中/home下的文件和文件夾。

explorer.exe . 

找到.zshrc

alias gi ="curl -o .gitignore https://gist.githubusercontent.com/kmorcinek/2710267/raw/ca24f1800712fbe32c25a1647e7279d0b100de85/.gitignore"

source .zshrc即可

# Font 下載

nerdfonts (opens new window)

# Powerlevel10k zsh THEME

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/powerlevel10k

# Switch User

$ su linuxlin

# zshrc

export ZSH="/home/linuxlin/.oh-my-zsh"
ZSH_THEME="powerlevel10k/powerlevel10k"
plugins=(git)

source $ZSH/oh-my-zsh.sh
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"

alias gi="curl -o .gitignore https://gist.githubusercontent.com/kmorcinek/2710267/raw/ca24f1800712fbe32c25a1647e7279d0b100de85/.gitignore"
alias open="explorer.exe . "
alias proj="cd /mnt/d/proj"
alias source="source .zshrc"
alias cls="clear"
alias edit="explorer.exe \\wsl$\Ubuntu\home\linuxlin"