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

  • 相关阅读:
    Centos 8 部署harbor 访问502
    selenium学习记录
    shell基础
    抓取人民日报
    caffe在笔记本ubuntu10.04 64位下的无GPU安装
    【转】HMM
    typedef 的一些用法
    j2ee 使用tomcat开发网站需要访问中文名的资源遇到的问题解决方案。。
    解决lex.yy.c文件在vs2012下编译生成exe
    python学习
  • 原文地址:https://www.cnblogs.com/sujiehaojava/p/7685921.html
Copyright © 2011-2022 走看看