fixed a lot of stuff
This commit is contained in:
+6
-8
@@ -1,19 +1,17 @@
|
||||
if test -x /usr/bin/pacman
|
||||
if command -q pacman
|
||||
if test -d ~/Nextcloud/UNI/26_TI/RISC-V
|
||||
set -U fish_user_paths ~/Nextcloud/UNI/26_TI/RISC-V/xpack-riscv-none-elf-gcc-15.2.0-1-linux-x64/xpack-riscv-none-elf-gcc-15.2.0-1/bin $fish_user_paths
|
||||
set -U fish_user_paths ~/Nextcloud/UNI/26_TI/RISC-V/verible-v0.0-4053-g89d4d98a-linux-static-x86_64/verible-v0.0-4053-g89d4d98a/bin $fish_user_paths
|
||||
fish_add_path ~/Nextcloud/UNI/26_TI/RISC-V/xpack-riscv-none-elf-gcc-15.2.0-1-linux-x64/xpack-riscv-none-elf-gcc-15.2.0-1/bin
|
||||
fish_add_path ~/Nextcloud/UNI/26_TI/RISC-V/verible-v0.0-4053-g89d4d98a-linux-static-x86_64/verible-v0.0-4053-g89d4d98a/bin
|
||||
end
|
||||
if test -d ~/Projects/RISC-V
|
||||
set -gx XILINX_VIVADO ~/Projects/RISC-V/vivado/Vivado/2022.2
|
||||
set -U fish_user_paths ~/Projects/RISC-V/vivado/Vivado/2022.2/bin $fish_user_paths
|
||||
fish_add_path ~/Projects/RISC-V/vivado/Vivado/2022.2/bin
|
||||
set -gx LM_LICENSE_FILE ~/Projects/RISC-V/intel/LR-160568_License.dat
|
||||
set -gx SALT_LICENSE_SERVER $LM_LICENSE_FILE
|
||||
set -U fish_user_paths ~/Projects/RISC-V/intel/questa_fse/bin $fish_user_paths
|
||||
fish_add_path ~/Projects/RISC-V/intel/questa_fse/bin
|
||||
end
|
||||
end
|
||||
|
||||
set in_container (test -f /.dockerenv; or test -f /run/.containerenv; and echo yes; or echo no)
|
||||
|
||||
if test "in_container" = yes
|
||||
if test -f /.dockerenv; or test -f /run/.containerenv
|
||||
echo "In Container"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user