# maintain **Repository Path**: you-bowen/maintain ## Basic Information - **Project Name**: maintain - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-21 - **Last Updated**: 2023-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # maintain -- repo maintained frequently ## 写的一些小技巧 - wsl git 在wsl下面git push比较烦, 可以先 gaa && gcmsg, 中间进行一个alias 再进行push ```shell alias git="/mnt/c/Program\ Files/Git/cmd/git.exe" ``` - zsh 粘贴的时候非常的慢 vim ~/.oh-my-zsh/lib/misc.zsh 并加入`DISABLE_MAGIC_FUNCTIONS=true` ## 一些主旨 - 全局脚本 全局脚本有的使用的Python3.10的语法,所以推荐使用Python3.10 全局脚本都是使用`/usr/local/bin/python3`这个一般是没有创建的,可以自己链接一下