Compare commits

..

No commits in common. "fccddf72ed1117f138f47c27b18e358cb6b7b456" and "ccbe475ac21b84496becceddd6ea7326a086565f" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -1,3 +1,3 @@
function ll --description 'alias ll exa -lagF --icons --octal-permissions --git --time-style long-iso'
command exa -lagF --icons --octal-permissions --group-directories-first --git --time-style long-iso $argv;
command exa -lagF --icons --octal-permissions --git --time-style long-iso $argv;
end

View File

@ -1,3 +0,0 @@
function pkginfo --description 'package info'
command pikaur -Qq | fzf --preview 'pikaur -Qil {}' --layout reverse --bind 'enter:execute(pikaur -Qil {} | less)';
end