Logo
Explore Help
Sign In
h/fish-shell
1
Fork 0
You've already forked fish-shell
mirror of https://github.com/fish-shell/fish-shell.git synced 2026-05-15 14:41:14 -03:00
Code Issues Packages Projects Releases Wiki Activity
Files
61d506afd08ee4e30d520304ca4d85d508e66b2f
fish-shell/share/functions/la.fish

7 lines
182 B
Fish
Raw Normal View History

Remove the rather stupid -y option for complete, which loads another commands completions. Mostly the same results can be had with fewer bugs and corner cases vy using the new dynamically loaded functions. darcs-hash:20060215022228-ac50b-85614ed684f73460d43543a579ff2c7e7914efeb.gz
2006-02-15 12:22:28 +10:00
#
# These are very common and useful
#
Remove completion files for `ls` aliases; just use `function --wraps`
2021-04-14 22:38:36 -07:00
function la --wraps ls --description "List contents of directory, including hidden files in directory using long format"
Use `--almost-all` in `la` function
2021-12-02 17:32:53 +08:00
ls -lAh $argv
Remove the rather stupid -y option for complete, which loads another commands completions. Mostly the same results can be had with fewer bugs and corner cases vy using the new dynamically loaded functions. darcs-hash:20060215022228-ac50b-85614ed684f73460d43543a579ff2c7e7914efeb.gz
2006-02-15 12:22:28 +10:00
end
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 253ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API