[2024-05-09] Adding folder structure
This commit is contained in:
parent
ac035ff9f0
commit
3c56823411
7 changed files with 0 additions and 29 deletions
17
fish/config.fish
Normal file
17
fish/config.fish
Normal file
|
@ -0,0 +1,17 @@
|
|||
if status is-interactive
|
||||
set -U fish_greeting "🐟"
|
||||
|
||||
set -gx VISUAL nvim
|
||||
set -gx EDITOR $VISUAL
|
||||
|
||||
fish_add_path /usr/local/go/bin
|
||||
fish_add_path ~/go/bin
|
||||
fish_add_path ~/.zig
|
||||
|
||||
alias lg "lazygit"
|
||||
end
|
||||
rvm default
|
||||
|
||||
#function fish_prompt
|
||||
# powerline-shell --shell bare $status
|
||||
#end
|
Loading…
Add table
Add a link
Reference in a new issue