# bashrc **Repository Path**: westjmoon/bashrc ## Basic Information - **Project Name**: bashrc - **Description**: 个人使用的一些个性化命令别名 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-08 - **Last Updated**: 2024-09-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: bashrc, Bash ## README # bashrc命令别名 #### 介绍 个人使用的一些个性化命令别名 #### 安装 执行一下命令: ```bash curl -s https://gitee.com/westjmoon/bashrc/raw/master/bashrc >> ~/.bashrc && source ~/.bashrc ``` #### 更新日志: - 2022-11-25更新: 1. vim别名添加`v` 2. `mi='make && sudo make clean install'`