zoukankan      html  css  js  c++  java
  • mac terminal 常规设置

    Last login: Wed Oct 18 15:30:39 on ttys005

    >>> ~

    $ home

    -bash: home: command not found

    >>> ~

    $ sujiehao

    >>> ~

    $ ls

    Desktop           Library           Pictures          eclipse-workspace

    Documents         Movies            Public            lua-5.3.0

    Downloads         Music             eclipse           lua-5.3.0.tar.gz

    >>> ~

    $ root

    >>> /

    $ ls

    Applications              bin                       net

    Library                   cores                     private

    Network                   dev                       sbin

    System                    etc                       tmp

    Users                     home                      usr

    Volumes                   installer.failurerequests var

    >>> /

    $ home

    -bash: home: command not found

    >>> /

    $ sujiehao

    >>> ~

    $ ls

    Desktop           Library           Pictures          eclipse-workspace

    Documents         Movies            Public            lua-5.3.0

    Downloads         Music             eclipse           lua-5.3.0.tar.gz

    >>> ~

    $ vim ~/.bashrc

     

    PS1='>>> w12$ '

    export SVN_EDITOR=vim

     

    export LS_OPTIONS='--color=auto'

    export CLICOLOR=1

    export LSCOLORS=gxfxaxdxcxegedabagacad

     

    alias rm="rm -i"

     

    alias work="cd ~/Documents/slots/slots-asian/dev/"

    #alias .svnignore="svn propedit svn:ignore "

     

    alias sujiehao="cd ~/"

    alias root="cd ~/../../"

     

    ~                                                                               

    ~                                                                               

    ~                                                                               

    ~                                                                               

    ~                                                                               

    ~                                                                               

    ~                                                                               

    ~                                                                               

    "~/.bashrc" 15L, 298C

  • 相关阅读:
    lower_bound &&upper_bound
    二分/三分
    $qsort$
    define
    typedef
    string
    queue
    nyoj Arbitrage (Bellman-Ford)
    nyoj 谍战 (最小割最大流)
    nyoj 网络的可靠性(。。。)
  • 原文地址:https://www.cnblogs.com/sujiehaojava/p/7685921.html
Copyright © 2011-2022 走看看