fish changes
This commit is contained in:
parent
c087fce639
commit
69063fabb2
3 changed files with 3 additions and 35 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/fish/fishd.*
|
|
@ -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
|
set -x ARCHFLAGS -arch_x86_64
|
||||||
|
|
||||||
|
@ -34,10 +34,7 @@ alias q=' exit'
|
||||||
alias Q=' exit'
|
alias Q=' exit'
|
||||||
alias x=' exit'
|
alias x=' exit'
|
||||||
alias cd..='cd ..'
|
alias cd..='cd ..'
|
||||||
alias mmk2410='cat /home/mmk/.mmk2410'
|
~/.mmk2410
|
||||||
mmk2410
|
|
||||||
|
|
||||||
set -Ux EDITOR nvim
|
set -Ux EDITOR nvim
|
||||||
set -Ux VISUAL nvim
|
set -Ux VISUAL nvim
|
||||||
set -Ux GUIX_LOCPATH $HOME/.guix-profile/lib/locale
|
|
||||||
set -Ux GOPATH ~/.go
|
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in a new issue