Alias 'bc -l' to bc
This commit is contained in:
parent
56921f8a0d
commit
dc574b5615
|
@ -23,6 +23,7 @@ alias xr "xbps-remove -R"
|
|||
alias xc "xbps-remove -Oo"
|
||||
alias xq "xbps-query -Rs"
|
||||
alias wlan "iw dev wlp2s0 scan | grep SSID"
|
||||
alias bc "bc -l"
|
||||
|
||||
function fish_title
|
||||
true
|
||||
|
|
Loading…
Reference in New Issue