SHELL: adds alias so sc is runs sc-im
This commit is contained in:
parent
9f00cf46a4
commit
7a82ef8f29
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ type -p nvim > /dev/null && alias vim="nvim"
|
||||||
type -p rmtrash > /dev/null && alias rm="rmtrash"
|
type -p rmtrash > /dev/null && alias rm="rmtrash"
|
||||||
type -p rmdirtrash > /dev/null && alias rmdir="rmdirtrash"
|
type -p rmdirtrash > /dev/null && alias rmdir="rmdirtrash"
|
||||||
|
|
||||||
|
# Use sc-im instead of sc
|
||||||
|
type -p sc-im > /dev/null && alias sc="sc-im"
|
||||||
|
|
||||||
# These don't have the same syntax but I want to be reminded of the better
|
# These don't have the same syntax but I want to be reminded of the better
|
||||||
# versions
|
# versions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue