diff options
author | Tom Barrett <spalf0@gmail.com> | 2019-10-23 09:13:32 -0500 |
---|---|---|
committer | Tom Barrett <spalf0@gmail.com> | 2019-10-23 09:13:32 -0500 |
commit | b48cea9c40e80e0303f055f78b1e51a59b07b723 (patch) | |
tree | 52a7a93a20b2bafd209970e2537bcc736a4e5c7e /.config/fish/fish_variables | |
parent | b8c89eb9f0318e10fd5accfc6867f0e728dd5c67 (diff) |
new abbrs, removed comments, use /home/tom, added more requirements
Diffstat (limited to '.config/fish/fish_variables')
-rw-r--r-- | .config/fish/fish_variables | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index bdfdf75..c020444 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -7,6 +7,8 @@ SETUVAR __fish_init_2_3_0:\x1d SETUVAR __fish_init_3_x:\x1d SETUVAR _fish_abbr_ifconfig:ip\x20addr SETUVAR _fish_abbr_vim:nvim +SETUVAR _fish_abbr_v:nvim +SETUVAR _fish_abbr_m:make SETUVAR fish_color_autosuggestion:64DF85 SETUVAR fish_color_cancel:\x2dr SETUVAR fish_color_command:00BF32 |