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

  • 相关阅读:
    div相对屏幕居中
    Webstorm快捷键
    VIM快捷键
    美食 pizza 家常菜
    ln -s 软链接
    解决Linux服务器执行出现-bash: ./xxx.sh: /bin/sh^M: bad interpreter: No such file or directory
    PHP Apache 搭建FastCGI环境
    VS Code 添加php.validate.executablePath 路径
    git push 时报错 remote: The project you were looking for could not be found.
    PHP类中私有静态成员初始化
  • 原文地址:https://www.cnblogs.com/sujiehaojava/p/7685921.html
Copyright © 2011-2022 走看看