all repos

dotfiles @ 049ea27

i use rach linux btw
2 files changed, 2 insertions(+), 0 deletions(-)
fish: set GOBIN var, update alias
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-10-18 16:40:53 +0300
Authored at: 2024-10-18 16:39:50 +0300
Parent: 62e283e
M config/fish/conf.d/alias.fish
···
        26
        26
         # git

      
        27
        27
         alias g git

      
        28
        28
         alias ga "git add"

      
        
        29
        +alias gc "git cm"

      
        29
        30
         

      
        30
        31
         # go

      
        31
        32
         alias yaegi "rlwrap yaegi"

      
M config/fish/config.fish
···
        2
        2
         set -gx VISUAL nvim

      
        3
        3
         

      
        4
        4
         set -g GOPATH $HOME/go

      
        
        5
        +set -g GOBIN $GOPATH/bin

      
        5
        6
         

      
        6
        7
         set -g PATH $HOME/bin $PATH

      
        7
        8
         set -g PATH $HOME/go/bin $PATH