Rename on file write script to kebab-case
This commit is contained in:
parent
77f7fd81fc
commit
7a1c9d7b19
2 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ alias hello='echo "Hello :)"'
|
||||||
alias hlcat='highlight -O xterm256'
|
alias hlcat='highlight -O xterm256'
|
||||||
alias ll="ls -lAh"
|
alias ll="ls -lAh"
|
||||||
alias ls="ls --color=auto"
|
alias ls="ls --color=auto"
|
||||||
alias ofw='on_file_write'
|
alias ofw='on-file-write'
|
||||||
alias oneko='oneko -speed 20 -fg "#2f2f2f" -cursor 2 -name neko'
|
alias oneko='oneko -speed 20 -fg "#2f2f2f" -cursor 2 -name neko'
|
||||||
alias r='ranger'
|
alias r='ranger'
|
||||||
alias ranger='source ranger'
|
alias ranger='source ranger'
|
||||||
|
|
Loading…
Reference in a new issue