Disable unused dotnet aliases
[khome.git] / home / lib / login_aliases.sh
index 36ac6ba..29c473e 100644 (file)
@@ -11,8 +11,8 @@ alias  ll='l -a'
 alias lll='ll --color=never'
 alias tree='tree --dirsfirst'
 #alias dotnet='~/.dotnet/dotnet'
-alias fsi='ledit 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 fsi='ledit 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.029309 seconds and 4 git commands to generate.