From 69063fabb29959a5d31de2dced2a37a6a3002faf Mon Sep 17 00:00:00 2001 From: "Marcel Kapfer (mmk2410)" Date: Sat, 4 Jun 2016 08:23:31 +0200 Subject: [PATCH] fish changes --- .gitignore | 1 + fish/config.fish | 7 ++----- fish/fishd.williams | 30 ------------------------------ 3 files changed, 3 insertions(+), 35 deletions(-) create mode 100644 .gitignore delete mode 100644 fish/fishd.williams diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0f73a34 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/fish/fishd.* diff --git a/fish/config.fish b/fish/config.fish index 11e5950..ab82336 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -1,4 +1,4 @@ -set -x PATH $PATH /home/mmk2410/bin /usr/local/bin /usr/bin /bin /usr/local/games /usr/games /home/mmk/.gem/ruby/2.2.0/bin /usr/local/texlive/2015/bin/x86_64-linux /home/mmk/.gem/ruby/2.3.0/bin /home/mmk/.go/bin /opt/nodejs/bin ~/.bin/ +set -x PATH $PATH /usr/local/bin /usr/bin /bin /usr/local/games /usr/games set -x ARCHFLAGS -arch_x86_64 @@ -34,10 +34,7 @@ alias q=' exit' alias Q=' exit' alias x=' exit' alias cd..='cd ..' -alias mmk2410='cat /home/mmk/.mmk2410' -mmk2410 +~/.mmk2410 set -Ux EDITOR nvim set -Ux VISUAL nvim -set -Ux GUIX_LOCPATH $HOME/.guix-profile/lib/locale -set -Ux GOPATH ~/.go diff --git a/fish/fishd.williams b/fish/fishd.williams deleted file mode 100644 index 86e9dae..0000000 --- a/fish/fishd.williams +++ /dev/null @@ -1,30 +0,0 @@ -# This file is automatically generated by the fish. -# Do NOT edit it directly, your changes will be overwritten. -SET_EXPORT EDITOR:nvim -SET_EXPORT GOPATH:/home/wilson/\x2ego -SET_EXPORT GUIX_LOCPATH:/home/wilson/\x2eguix\x2dprofile/lib/locale -SET_EXPORT VISUAL:nvim -SET __fish_init_1_50_0:\x1d -SET fish_color_autosuggestion:555\x1eyellow -SET fish_color_command:005fd7\x1epurple -SET fish_color_comment:red -SET fish_color_cwd:green -SET fish_color_cwd_root:red -SET fish_color_error:red\x1e\x2d\x2dbold -SET fish_color_escape:cyan -SET fish_color_history_current:cyan -SET fish_color_match:cyan -SET fish_color_normal:normal -SET fish_color_operator:cyan -SET fish_color_param:00afff\x1ecyan -SET fish_color_quote:brown -SET fish_color_redirection:normal -SET fish_color_search_match:\x2d\x2dbackground\x3dpurple -SET fish_color_selection:\x2d\x2dbackground\x3dpurple -SET fish_color_valid_path:\x2d\x2dunderline -SET fish_greeting:Welcome\x20to\x20fish\x2c\x20the\x20friendly\x20interactive\x20shell\x0aType\x20\x1b\x5b32mhelp\x1b\x5b30m\x1b\x28B\x1b\x5bm\x20for\x20instructions\x20on\x20how\x20to\x20use\x20fish -SET fish_key_bindings:fish_default_key_bindings -SET fish_pager_color_completion:normal -SET fish_pager_color_description:555\x1eyellow -SET fish_pager_color_prefix:cyan -SET fish_pager_color_progress:cyan