Seems fish auto adds argv as argument for alias
This commit is contained in:
parent
ab1eab9b85
commit
698837cb4a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
alias ls='exa'
|
alias ls='exa'
|
||||||
alias caldav='vdirsyncer sync && khal interactive && vdirsyncer sync'
|
alias caldav='vdirsyncer sync && khal interactive && vdirsyncer sync && true'
|
||||||
set TERM xterm-256color
|
set TERM xterm-256color
|
||||||
function fish_greeting
|
function fish_greeting
|
||||||
status --is-login
|
status --is-login
|
||||||
|
|
Loading…
Add table
Reference in a new issue