2020-02-19から1日間の記事一覧

vim - vimrc

vim設定 vimのデフォルトの設定。 設定ファイル(.vimrc) set fenc=utf-8 set nobackup set number set noswapfile set ignorecase set smartcase set wrapscan set hlsearch set incsearch set cursorline set cursorcolumn set smartindent set wildmode=l…

bash - Bashの設定

概要 デフォルトで使用する Bash の設定。 設定(.bash_profile) # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/.local/bin:$HOME/bin ex…