zoukankan      html  css  js  c++  java
  • cygwin本地.bashrc配置

    echo -e "================================================================================================"
    echo -e "33[1;33m こんにちは。郭春宜様!。◕‿◕。 33[0m"
    echo " "
    echo -e "33[1;33m 今日もしっかり成長しましょう!!o(*≧▽≦)ツ 33[0m"
    echo " "
    echo -e "33[1;33m 好きな人はーーーー初音未来ちゃんです!!!(┙>∧<)┙へ┻┻ 33[0m"
    echo -e "================================================================================================"

    PS1="33[1;32m[h@guochunyi:w]33[1;35m$ 33[1;32m"
    [[ "$-" != *i* ]] && return
    # Aliases
    alias df='df -h'
    alias du='du -h'
    # Misc :)
    alias less='less -r' # raw control characters
    alias whence='type -a' # where, of a sort
    alias grep='grep --color' # show differences in colour
    alias egrep='egrep --color=auto' # show differences in colour
    alias fgrep='fgrep --color=auto' # show differences in colour
    # Some shortcuts for different directory listings
    alias ls='ls -hF --color=tty' # classify files in colour
    alias dir='ls --color=auto --format=vertical'
    alias vdir='ls --color=auto --format=long'
    # alias ll='ls -l' # long list
    # alias la='ls -A' # all but . and ..
    # alias l='ls -CF'
    # specify
    alias open='/cygdrive/c/Windows/explorer.exe'
    alias subl='/cygdrive/c/Program Files/Sublime Text 2/sublime_text.exe'
    alias wp='cd /cygdrive/d/guochunyi/'

  • 相关阅读:
    算法竞赛进阶指南--lowbit运算,找到二进制下所有是1的位
    linux
    conda配置安装pytorch
    anaconda的安装及使用
    python操作mysql
    python生成文字云
    决策树基本原理
    Ubuntu截图软件
    ubuntu安装teamviewer
    k-最近邻算法基本原理
  • 原文地址:https://www.cnblogs.com/guochunyi/p/4611521.html
Copyright © 2011-2022 走看看