6 lines
183 B
Fish
6 lines
183 B
Fish
set -x PATH $PATH /home/ab/code/cosmocc/bin
|
|
umask 0027
|
|
#. ~/.nix-profile/etc/profile.d/nix.fish
|
|
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
end
|