meh fish
This commit is contained in:
parent
de0fdcdadd
commit
82477d4d09
@ -1,16 +1,5 @@
|
|||||||
if status is-interactive
|
if status is-interactive
|
||||||
set -x EDITOR nvim
|
|
||||||
set -x VISUAL nvim
|
|
||||||
set fish_greeting
|
|
||||||
|
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
|
set -x EDITOR nvim
|
||||||
set --universal hydro_color_pwd green
|
set -x XDG_CONFIG_HOME /Users/tyrel/.config
|
||||||
set --universal hydro_color_git red
|
|
||||||
|
|
||||||
# source ~/code/dotfiles/shell_aliases
|
|
||||||
# source ~/code/dotfiles/shell_funcs.fish
|
|
||||||
source ~/.config/fish/shell_funcs.fish
|
|
||||||
source ~/.config/fish/shell_aliases.fish
|
|
||||||
source ~/.config/fish/everquote.fish
|
|
||||||
end
|
end
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
PAGER = "less -R";
|
PAGER = "less -R";
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
|
XDG_CONFIG_HOME = "/Users/tyrel/.config";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user