mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
Do gettext translation of descriptions just-in-time internally in fish
darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
function dirs -d (_ "Print directory stack")
|
||||
function dirs -d (N_ "Print directory stack")
|
||||
echo -n (command pwd)" "
|
||||
for i in $dirstack
|
||||
echo -n $i" "
|
||||
|
||||
Reference in New Issue
Block a user