summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorTom Barrett <spalf0@gmail.com>2019-10-23 09:13:32 -0500
committerTom Barrett <spalf0@gmail.com>2019-10-23 09:13:32 -0500
commitb48cea9c40e80e0303f055f78b1e51a59b07b723 (patch)
tree52a7a93a20b2bafd209970e2537bcc736a4e5c7e /.config
parentb8c89eb9f0318e10fd5accfc6867f0e728dd5c67 (diff)
new abbrs, removed comments, use /home/tom, added more requirements
Diffstat (limited to '.config')
-rw-r--r--.config/fish/fish_variables2
-rw-r--r--.config/user-dirs.dirs7
2 files changed, 2 insertions, 7 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
diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs
index bc33f74..e98602f 100644
--- a/.config/user-dirs.dirs
+++ b/.config/user-dirs.dirs
@@ -1,10 +1,3 @@
-# This file is written by xdg-user-dirs-update
-# If you want to change or add directories, just edit the line you're
-# interested in. All local changes will be retained on the next run.
-# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
-# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
-# absolute path. No other format is supported.
-#
XDG_DESKTOP_DIR="$HOME/"
XDG_DOWNLOAD_DIR="$HOME/downloads/"
XDG_TEMPLATES_DIR="$HOME/downloads/"