Skip to content

Commit

Permalink
hidden files now have semantic menus
Browse files Browse the repository at this point in the history
  • Loading branch information
cuttlebit committed Sep 11, 2014
1 parent 367970a commit 029a6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/Termlets/ls
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ file_end_mark=$(text_menu_end '1')
ls_output=$'\n'$ls_output$'\n'

# TODO: Search for files in directory passed to ls rather than the current directory
shopt -s nullglob
shopt -s nullglob dotglob
for filename in *; do
if [[ -d $filename ]]; then
file_substitution="$dir_begin_mark$filename$dir_end_mark"
Expand Down

0 comments on commit 029a6b5

Please sign in to comment.