Updated install for php + notes and fish config.

This commit is contained in:
2026-03-18 08:18:16 +02:00
parent 8805c7ef12
commit 940dbaff34
2 changed files with 15 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ set -gx LC_ALL "en_US.UTF-8"
set -gx DEBUG 1
set -gx GOPATH "$HOME/.go"
set -gx GOCACHE "$HOME/.go/cache"
set -gx GOROOT /usr/local/go
set -gx GOROOT /usr/local/go
set -gx PATH /usr/local/go/bin $GOPATH/bin $PATH
# FZF configuration
@@ -97,7 +97,7 @@ alias lspmake='bear -- make -B'
# Project Manager
function pp
set -l project_file "$HOME/.projects"
# Create the file if it doesn't exist
if not test -f "$project_file"
touch "$project_file"