From 9026be364d5e7ec04c739bfbc5fcc20b03bddf43 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Wed, 10 Apr 2024 20:13:45 -0400 Subject: FISH --- home-config/fish/config.fish | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'home-config/fish/config.fish') diff --git a/home-config/fish/config.fish b/home-config/fish/config.fish index f300cfe..5cbc322 100644 --- a/home-config/fish/config.fish +++ b/home-config/fish/config.fish @@ -7,9 +7,16 @@ if status is-interactive alias gc "git -C ~/.config/guix add . && git -C ~/.config/guix commit && git -C ~/.config/guix push all" alias cg "git -C ~/.config/guix pull" alias cgh "git -C ~/.config/guix pull stationeryh main" + alias python "python3" + alias spt "spotify_player" + alias ls "ls -p --color=auto" + alias grep "grep --color=auto" + alias ll "ls -l" set -gx EDITOR nvim set -gax XDG_DATA_DIRS ~/.nix-profile/share fish_add_path ~/.local/bin fish_add_path ~/.nix-profile/bin + zoxide init fish | source + end -- cgit v1.2.3