Mercurial > ec-dotfiles
comparison rc/bashrc @ 610:2f6b07f2ab94
RIP !! (history expansion)
author | nanaya <me@nanaya.pro> |
---|---|
date | Mon, 02 Apr 2018 17:33:57 +0900 |
parents | 6114dccd8b75 |
children | 84791ac85abd |
comparison
equal
deleted
inserted
replaced
609:7f5234a312f7 | 610:2f6b07f2ab94 |
---|---|
21 # 2. start vim in the session | 21 # 2. start vim in the session |
22 # 3. split pane | 22 # 3. split pane |
23 # 4. quit vim | 23 # 4. quit vim |
24 # 5. wrong COLUMNS or LINES | 24 # 5. wrong COLUMNS or LINES |
25 shopt -s checkwinsize | 25 shopt -s checkwinsize |
26 | |
27 set +H | |
26 | 28 |
27 # Basic PATH | 29 # Basic PATH |
28 export PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/games" | 30 export PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/games" |
29 | 31 |
30 _os="$(uname -s)" | 32 _os="$(uname -s)" |