Use global .NET installation
authorSiraaj Khandkar <siraaj@khandkar.net>
Mon, 16 Sep 2019 13:00:26 +0000 (09:00 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Mon, 16 Sep 2019 13:00:26 +0000 (09:00 -0400)
home/lib/login_aliases.sh

index c29bc3b..c79472c 100644 (file)
@@ -3,9 +3,9 @@ alias  la='l -A'
 alias  ll='la --color=auto'
 alias lll='la --color=never'
 alias tree='tree --dirsfirst'
-alias dotnet='~/.dotnet/dotnet'
-alias fsi='dotnet ~/.dotnet/sdk/2.2.300/FSharp/fsi.exe'
-alias fsc='dotnet ~/.dotnet/sdk/2.2.300/FSharp/fsc.exe'
+#alias dotnet='~/.dotnet/dotnet'
+alias fsi='dotnet /usr/share/dotnet/sdk/2.1.504/FSharp/fsi.exe'
+alias fsc='dotnet /usr/share/dotnet/sdk/2.1.504/FSharp/fsc.exe'
 alias tm='tmux'
 #alias startx='printf "Use a specialized startx-...\n"'
 alias mans='man $(man -k . | sort | fzf -e | awk "{print \$1}")'
This page took 0.025433 seconds and 4 git commands to generate.