This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.simlegate.saveresource; | |
| import android.app.Activity; | |
| import android.os.Bundle; | |
| public class MainActivity extends Activity { | |
| public void onCreate(Bundle savedInstanceState) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Path to your oh-my-zsh configuration. | |
| ZSH=$HOME/.oh-my-zsh | |
| # Set name of the theme to load. | |
| # Look in ~/.oh-my-zsh/themes/ | |
| # Optionally, if you set this to "random", it'll load a random theme each | |
| # time that oh-my-zsh is loaded. | |
| # ZSH_THEME="juanghurtado" | |
| ZSH_THEME="gnzh" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " 定义 | |
| set number | |
| colo desert | |
| set guifont=DejaVu\ Sans\ Mono\ 14 | |
| syntax enable | |
| syntax on | |
| set autoindent | |
| "显示当前的行号列号: | |
| set ruler | |
| "在状态栏显示正在输入的命令 |
NewerOlder