diff options
author | typebrook <typebrook@gmail.com> | 2019-01-05 21:28:44 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-01-13 00:02:47 +0800 |
commit | f40a4104cb86ac78cb5bd1aeee37166a382a1536 (patch) | |
tree | 4202cce026b2926dd35762f2b5b88eb29514a250 | |
parent | 4e6f107cc88e534068bd02b98f71accce9b54620 (diff) |
update
-rw-r--r-- | .bash_aliases | 2 | ||||
-rw-r--r-- | .vimrc | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.bash_aliases b/.bash_aliases index 1ea3d4a..d8b82d0 100644 --- a/.bash_aliases +++ b/.bash_aliases | |||
@@ -23,6 +23,7 @@ alias .='cd -' | |||
23 | alias cdd='cd ~/Downloads' | 23 | alias cdd='cd ~/Downloads' |
24 | alias cdg='cd ~/git' | 24 | alias cdg='cd ~/git' |
25 | alias cds='cd ~/git/settings' | 25 | alias cds='cd ~/git/settings' |
26 | alias r='ranger' | ||
26 | 27 | ||
27 | # git | 28 | # git |
28 | alias g='git' | 29 | alias g='git' |
@@ -90,6 +91,7 @@ alias x='xdg-open' | |||
90 | alias f='free -h' | 91 | alias f='free -h' |
91 | alias yl='youtube-dl' | 92 | alias yl='youtube-dl' |
92 | alias raw='echo "https://raw.githubusercontent.com"' | 93 | alias raw='echo "https://raw.githubusercontent.com"' |
94 | alias editor='select-editor' | ||
93 | 95 | ||
94 | # tmp | 96 | # tmp |
95 | alias cdo='cd ~/git/openmaptiles' | 97 | alias cdo='cd ~/git/openmaptiles' |
@@ -5,7 +5,7 @@ set cursorline | |||
5 | set number | 5 | set number |
6 | set relativenumber | 6 | set relativenumber |
7 | set showcmd | 7 | set showcmd |
8 | set clipboard=unnamedplus | 8 | "set clipboard=unnamedplus |
9 | nmap <c-c> :q<cr> | 9 | nmap <c-c> :q<cr> |
10 | 10 | ||
11 | 11 | ||