From b48cea9c40e80e0303f055f78b1e51a59b07b723 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Wed, 23 Oct 2019 09:13:32 -0500 Subject: new abbrs, removed comments, use /home/tom, added more requirements --- .config/fish/fish_variables | 2 ++ .config/user-dirs.dirs | 7 ------- 2 files changed, 2 insertions(+), 7 deletions(-) (limited to '.config') 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/" -- cgit v1.2.3