home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c1267b
)
Add dotnet alias
author
Siraaj Khandkar
<siraaj@khandkar.net>
Thu, 4 Apr 2019 21:04:46 +0000
(17:04 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Thu, 4 Apr 2019 21:04:46 +0000
(17:04 -0400)
lib/login_aliases.sh
patch
|
blob
|
blame
|
history
diff --git
a/lib/login_aliases.sh
b/lib/login_aliases.sh
index
0f376b2
..
b1b49fd
100644
(file)
--- a/
lib/login_aliases.sh
+++ b/
lib/login_aliases.sh
@@
-2,5
+2,6
@@
alias l='ls -lFhv'
alias ll='l -a --color=auto'
alias lll='l -a --color=never'
alias tree='tree --dirsfirst'
-alias fsi="ledit $HOME/.dotnet/dotnet $HOME/.dotnet/sdk/2.1.503/FSharp/fsi.exe"
+alias dotnet="$HOME/.dotnet/dotnet"
+alias fsi="dotnet $HOME/.dotnet/sdk/2.1.503/FSharp/fsi.exe"
alias tm='tmux'
This page took
0.02023 seconds
and
4
git commands to generate.